mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix API tets
This commit is contained in:
parent
92f5648656
commit
b25df586cd
@ -103,7 +103,7 @@ class PartAPITest(APITestCase):
|
||||
If provided, parts are provided for ANY child category (recursive)
|
||||
"""
|
||||
url = reverse('api-part-list')
|
||||
data = {'category': 1}
|
||||
data = {'category': 1, 'cascade': True}
|
||||
|
||||
# Now request to include child categories
|
||||
response = self.client.get(url, data, format='json')
|
||||
|
Loading…
x
Reference in New Issue
Block a user