mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-15 01:11:27 +00:00
working on updating build output tables
This commit is contained in:
@ -153,7 +153,7 @@ class BuildCompleteTest(BuildAPITest):
|
||||
self.assertEqual(self.build.completed, 0)
|
||||
|
||||
# We shall complete 4 of these outputs
|
||||
outputs = self.build.incomplete_outputs[0:4]
|
||||
outputs = self.build.incomplete_outputs[0:4]
|
||||
|
||||
self.post(
|
||||
self.url,
|
||||
|
Reference in New Issue
Block a user