diff --git a/bookwyrm/tests/models/test_automod.py b/bookwyrm/tests/models/test_automod.py index b4e9788e7..9de7e6488 100644 --- a/bookwyrm/tests/models/test_automod.py +++ b/bookwyrm/tests/models/test_automod.py @@ -27,7 +27,7 @@ class AutomodModel(TestCase): "password", local=True, localname="mouse", - is_superuser=True + is_superuser=True, ) def test_automod_task_no_rules(self, *_):