Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Aug 23, 2023
1 parent 72f1245 commit 6dd26f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_mass_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def test_custom_form(self):
config.AA_MASSUPDATE_FORM = "adminactions.mass_update.MassUpdateForm"
assert isinstance(res.context["adminform"].form, TestMassUpdateForm)


def test_validate_on(self):
self._run_action(**{"_validate": 1})
assert DemoModel.objects.filter(char="CCCCC").exists()
Expand Down

0 comments on commit 6dd26f7

Please sign in to comment.