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 cbba4eb commit b43d734Copy full SHA for b43d734
tests/CLI/modules/loadbal_tests.py
@@ -261,8 +261,7 @@ def test_order_options(self):
261
fault_string = 'Use `slcli lb order-options --datacenter <DC>`' \
262
' to find pricing information and private subnets for that specific site.'
263
result = self.run_command(['loadbal', 'order-options'])
264
- self.assertIn("ERROR: {}".format(fault_string),
265
- result.output)
+ self.assertIn(fault_string, result.output)
266
267
def test_order_options_with_datacenter(self):
268
mock = self.set_mock('SoftLayer_Product_Package', 'getAllObjects')
0 commit comments