2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Simpler implementation

This commit is contained in:
Oliver Walters
2021-06-27 00:25:23 +10:00
parent 8913b74f41
commit 232899e0c4
2 changed files with 36 additions and 30 deletions

View File

@ -366,7 +366,6 @@ class PartAPITest(InvenTreeAPITestCase):
self.assertFalse(response.data['purchaseable'])
class PartDetailTests(InvenTreeAPITestCase):
"""
Test that we can create / edit / delete Part objects via the API