Skip to content

Commit 56ba10d

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
added \' in different unit test case function
1 parent 925fdf5 commit 56ba10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/block_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def test_volume_order_endurance(self, order_mock):
266266
' > Endurance Storage\n > Block Storage\n'
267267
' > 0.25 IOPS per GB\n > 20 GB Storage Space\n'
268268
' > 10 GB Storage Space (Snapshot Space)\n'
269-
'\nYou may run "slcli block volume-list --order 478" to find this block volume '
269+
'\nYou may run \'slcli block volume-list --order 478\' to find this block volume '
270270
'after it is ready.\n')
271271

272272
@mock.patch('SoftLayer.BlockStorageManager.order_block_volume')

0 commit comments

Comments
 (0)