We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bd113 commit d141c00Copy full SHA for d141c00
1 file changed
tests/CLI/modules/bandwidth_tests.py
@@ -66,7 +66,7 @@ def test_delete_bandwidth(self):
66
self.assert_no_fail(result)
67
self.assert_called_with('SoftLayer_Network_Bandwidth_Version1_Allotment', 'requestVdrCancellation')
68
json_output = json.loads(result.output)
69
- self.assertEqual("Bandwidth pool with ID 123456 was programmed to will delete", json_output)
+ self.assertEqual("Bandwidth pool 123456 has been scheduled for deletion.", json_output)
70
71
72
def _bandwidth_advanced_search():
0 commit comments