Skip to content

Commit d141c00

Browse files
Update tests/CLI/modules/bandwidth_tests.py
1 parent 79bd113 commit d141c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/bandwidth_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_delete_bandwidth(self):
6666
self.assert_no_fail(result)
6767
self.assert_called_with('SoftLayer_Network_Bandwidth_Version1_Allotment', 'requestVdrCancellation')
6868
json_output = json.loads(result.output)
69-
self.assertEqual("Bandwidth pool with ID 123456 was programmed to will delete", json_output)
69+
self.assertEqual("Bandwidth pool 123456 has been scheduled for deletion.", json_output)
7070

7171

7272
def _bandwidth_advanced_search():

0 commit comments

Comments
 (0)