Skip to content

Commit 8b7c62a

Browse files
Update bandwidth_tests.py
1 parent d7941ad commit 8b7c62a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CLI/modules/bandwidth_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_create_bandwidth_single_region(self):
7373
self.assert_no_fail(result)
7474
self.assert_called_with('SoftLayer_Network_Bandwidth_Version1_Allotment', 'createObject')
7575
json_output = json.loads(result.output)
76-
pp(json_output)
7776
self.assertEqual(123456789, json_output['Id'])
7877
self.assertEqual('NewRegion', json_output['Name Pool'])
7978
self.assertEqual('AMS/LON/MAD/PAR', json_output['Region'])

0 commit comments

Comments
 (0)