aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/tests
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-09-19 01:23:58 +1000
committerGravatar scragly <[email protected]>2020-09-19 01:23:58 +1000
commit8edeb88f92b8ed48f2f383c2245416486f8e99cc (patch)
treeadd5ca98bd0b1c1fdb2a73602a8d8c54520e85a5 /pydis_site/apps/api/tests
parentDon't allow expiry to be editable, due to pending bot tasks unsyncing (diff)
Remove noqa from DeletedMessagesLogURLTests setup.
Diffstat (limited to 'pydis_site/apps/api/tests')
-rw-r--r--pydis_site/apps/api/tests/test_deleted_messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/tests/test_deleted_messages.py b/pydis_site/apps/api/tests/test_deleted_messages.py
index 287c1737..448f1186 100644
--- a/pydis_site/apps/api/tests/test_deleted_messages.py
+++ b/pydis_site/apps/api/tests/test_deleted_messages.py
@@ -81,7 +81,7 @@ class DeletedMessagesWithActorTests(APISubdomainTestCase):
class DeletedMessagesLogURLTests(APISubdomainTestCase):
@classmethod
- def setUpTestData(cls): # noqa
+ def setUpTestData(cls):
cls.author = cls.actor = User.objects.create(
id=324888,
name='Black Knight',