Skip to content

Commit ee8fe37

Browse files
author
Fernando Ojeda
committed
Fix order place quantity option.
1 parent d82ba32 commit ee8fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/order_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_place_with_quantity(self):
115115
place_mock.return_value = order
116116
items_mock.return_value = self._get_order_items()
117117

118-
result = self.run_command(['-y', 'order', 'place', '--quantity=2','package', 'DALLAS13', 'ITEM1',
118+
result = self.run_command(['-y', 'order', 'place', '--quantity=2', 'package', 'DALLAS13', 'ITEM1',
119119
'--complex-type', 'SoftLayer_Container_Product_Order_Thing'])
120120

121121
self.assert_no_fail(result)

0 commit comments

Comments
 (0)