From e211cbf6dbbe3a28ef1276af69c4f387db52d596 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 22:06:07 +0200 Subject: Set up GitLab CI properly. --- api/tests/test_documentation_links.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/tests/test_documentation_links.py') 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', -- cgit v1.2.3