Skip to content

Commit 925fdf5

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

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
@@ -317,7 +317,7 @@ def test_volume_order_hourly_billing(self, order_mock):
317317
' > Block Storage\n'
318318
' > 20 GB Storage Space\n'
319319
' > 200 IOPS\n'
320-
'\nYou may run "slcli block volume-list --order 10983647" to find this block volume '
320+
'\nYou may run \'slcli block volume-list --order 10983647\' to find this block volume '
321321
'after it is ready.\n')
322322

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

0 commit comments

Comments
 (0)