mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
pep fix
This commit is contained in:
parent
50156466db
commit
993f6380db
@ -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 """
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user