2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

make simpler

This commit is contained in:
Matthias
2022-01-20 23:55:48 +01:00
parent 21125eb892
commit 967efae8f1

View File

@ -193,7 +193,7 @@ class BuildOutputCompleteTest(BuildAPITest):
self.assertTrue('accept_unallocated' in response.data)
# Accept unallocated stock
response = self.post(
self.post(
finish_url,
{
'accept_unallocated': True,