Skip to content

Commit b43d734

Browse files
caberoscaberos
authored andcommitted
fix the unit test
1 parent cbba4eb commit b43d734

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CLI/modules/loadbal_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ def test_order_options(self):
261261
fault_string = 'Use `slcli lb order-options --datacenter <DC>`' \
262262
' to find pricing information and private subnets for that specific site.'
263263
result = self.run_command(['loadbal', 'order-options'])
264-
self.assertIn("ERROR: {}".format(fault_string),
265-
result.output)
264+
self.assertIn(fault_string, result.output)
266265

267266
def test_order_options_with_datacenter(self):
268267
mock = self.set_mock('SoftLayer_Product_Package', 'getAllObjects')

0 commit comments

Comments
 (0)