We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95121 commit 6464fb8Copy full SHA for 6464fb8
tests/managers/ordering_tests.py
@@ -841,4 +841,3 @@ def test_resolve_location_name_invalid(self):
841
def test_resolve_location_name_not_exist(self):
842
exc = self.assertRaises(exceptions.SoftLayerError, self.ordering.resolve_location_name, "UNKNOWN_LOCATION_TEST")
843
self.assertIn("does not exist", str(exc))
844
-
0 commit comments