We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39ca90 commit fd64643Copy full SHA for fd64643
test/test_part.py
@@ -704,7 +704,8 @@ def test_get_requirements(self):
704
# Check for expected content
705
self.assertIsInstance(req, dict)
706
707
- if self.api.api_version < 350: # Ref: https://github.com/inventree/InvenTree/pull/9798
+ # Ref: https://github.com/inventree/InvenTree/pull/9798
708
+ if self.api.api_version < 350:
709
fields = [
710
'on_order',
711
'allocated_build_order_quantity',
0 commit comments