Merge "Redundant adminURL in test_gives_v2_catalog"

This commit is contained in:
Jenkins 2017-07-17 04:33:31 +00:00 committed by Gerrit Code Review
commit 4b0b4154bd
1 changed files with 1 additions and 1 deletions

View File

@ -1864,7 +1864,7 @@ class v3AuthTokenMiddlewareTest(BaseAuthTokenMiddlewareTest,
# no point checking everything, just that it's in v2 format
self.assertIn('adminURL', endpoint)
self.assertIn('publicURL', endpoint)
self.assertIn('adminURL', endpoint)
self.assertIn('internalURL', endpoint)
def test_fallback_to_online_validation_with_signing_error(self):
self.requests_mock.get('%s/v3/OS-SIMPLE-CERT/certificates' % BASE_URI,