aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests/test_documentation_links.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/tests/test_documentation_links.py')
-rw-r--r--api/tests/test_documentation_links.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/tests/test_documentation_links.py b/api/tests/test_documentation_links.py
index e560a2fd..f6c78391 100644
--- a/api/tests/test_documentation_links.py
+++ b/api/tests/test_documentation_links.py
@@ -57,7 +57,7 @@ class EmptyDatabaseDocumentationLinkAPITests(APISubdomainTestCase):
class DetailLookupDocumentationLinkAPITests(APISubdomainTestCase):
@classmethod
- def setUpTestData(cls):
+ def setUpTestData(cls): # noqa
cls.doc_link = DocumentationLink.objects.create(
package='testpackage',
base_url='https://example.com',
@@ -141,7 +141,7 @@ class DocumentationLinkCreationTests(APISubdomainTestCase):
class DocumentationLinkDeletionTests(APISubdomainTestCase):
@classmethod
- def setUpTestData(cls):
+ def setUpTestData(cls): # noqa
cls.doc_link = DocumentationLink.objects.create(
package='example',
base_url='https://example.com',