mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
make simpler
This commit is contained in:
parent
21125eb892
commit
967efae8f1
@ -193,7 +193,7 @@ class BuildOutputCompleteTest(BuildAPITest):
|
|||||||
self.assertTrue('accept_unallocated' in response.data)
|
self.assertTrue('accept_unallocated' in response.data)
|
||||||
|
|
||||||
# Accept unallocated stock
|
# Accept unallocated stock
|
||||||
response = self.post(
|
self.post(
|
||||||
finish_url,
|
finish_url,
|
||||||
{
|
{
|
||||||
'accept_unallocated': True,
|
'accept_unallocated': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user