2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00
This commit is contained in:
Matthias 2022-05-11 17:53:28 +02:00
parent 50156466db
commit 993f6380db
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -104,6 +104,7 @@ class HTMLAPITests(TestCase):
response = self.client.get(url, HTTP_ACCEPT='application/json') response = self.client.get(url, HTTP_ACCEPT='application/json')
self.assertEqual(response.status_code, 404) self.assertEqual(response.status_code, 404)
class APITests(InvenTreeAPITestCase): class APITests(InvenTreeAPITestCase):
""" Tests for the InvenTree API """ """ Tests for the InvenTree API """