Skip to content

Commit 04db849

Browse files
Update bandwidth_tests.py - remove whitespace
1 parent 8b7c62a commit 04db849

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
@@ -67,7 +67,7 @@ def test_delete_bandwidth(self):
6767
self.assert_called_with('SoftLayer_Network_Bandwidth_Version1_Allotment', 'requestVdrCancellation')
6868
json_output = json.loads(result.output)
6969
self.assertEqual("Bandwidth pool 123456 has been scheduled for deletion.", json_output)
70-
70+
7171
def test_create_bandwidth_single_region(self):
7272
result = self.run_command(['bandwidth', 'pools-create', '--name=NewRegion', '--region=AMS'])
7373
self.assert_no_fail(result)

0 commit comments

Comments
 (0)