From 993f6380dbf28a1523a2a283b74835ed76c405e2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 11 May 2022 17:53:28 +0200 Subject: [PATCH] pep fix --- InvenTree/InvenTree/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/InvenTree/test_api.py b/InvenTree/InvenTree/test_api.py index 9a285963aa..fa351ebb3c 100644 --- a/InvenTree/InvenTree/test_api.py +++ b/InvenTree/InvenTree/test_api.py @@ -104,6 +104,7 @@ class HTMLAPITests(TestCase): response = self.client.get(url, HTTP_ACCEPT='application/json') self.assertEqual(response.status_code, 404) + class APITests(InvenTreeAPITestCase): """ Tests for the InvenTree API """