Merge "Redundant adminURL in test_gives_v2_catalog"
This commit is contained in:
commit
4b0b4154bd
@ -1864,7 +1864,7 @@ class v3AuthTokenMiddlewareTest(BaseAuthTokenMiddlewareTest,
|
|||||||
# no point checking everything, just that it's in v2 format
|
# no point checking everything, just that it's in v2 format
|
||||||
self.assertIn('adminURL', endpoint)
|
self.assertIn('adminURL', endpoint)
|
||||||
self.assertIn('publicURL', endpoint)
|
self.assertIn('publicURL', endpoint)
|
||||||
self.assertIn('adminURL', endpoint)
|
self.assertIn('internalURL', endpoint)
|
||||||
|
|
||||||
def test_fallback_to_online_validation_with_signing_error(self):
|
def test_fallback_to_online_validation_with_signing_error(self):
|
||||||
self.requests_mock.get('%s/v3/OS-SIMPLE-CERT/certificates' % BASE_URI,
|
self.requests_mock.get('%s/v3/OS-SIMPLE-CERT/certificates' % BASE_URI,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user