summaryrefslogtreecommitdiff
path: root/keystonemiddleware
diff options
context:
space:
mode:
authorzlyqqq <hfzhengliuyang@163.com>2017-07-01 10:45:38 +0800
committerzlyqqq <hfzhengliuyang@163.com>2017-07-01 10:45:38 +0800
commit15243003723da17bc5bcf114893bdea5cd8bdb7a (patch)
treeff77cbbec96659c8a4cc90748e3df5baa34ba419 /keystonemiddleware
parentb9e01bda73e3ea8ac4266e90760ab60025f6da7d (diff)
downloadkeystonemiddleware-15243003723da17bc5bcf114893bdea5cd8bdb7a.tar.gz
Redundant adminURL in test_gives_v2_catalog
Change-Id: I9a08443cb83a8bc73590683488fe7c3307cdc7f3
Diffstat (limited to 'keystonemiddleware')
-rw-r--r--keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py b/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py
index 1899cb0..fd3475b 100644
--- a/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py
+++ b/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py
@@ -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,