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')
self.assertEqual(response.status_code, 404)
class APITests(InvenTreeAPITestCase):
""" Tests for the InvenTree API """