mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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