Merge "Use HttpNotImplemented in tests.v3.test_trusts"

This commit is contained in:
Jenkins
2014-04-12 16:17:12 +00:00
committed by Gerrit Code Review

View File

@@ -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)