Merge "Use HttpNotImplemented
in tests.v3.test_trusts
"
This commit is contained in:
@@ -97,4 +97,4 @@ class TrustTests(utils.TestCase, utils.CrudTests):
|
||||
|
||||
def test_update(self):
|
||||
# Update not supported for the OS-TRUST API
|
||||
self.assertRaises(exceptions.HTTPNotImplemented, self.manager.update)
|
||||
self.assertRaises(exceptions.HttpNotImplemented, self.manager.update)
|
||||
|
Reference in New Issue
Block a user