Fix fullstack test errors about authorization

Change-Id: Id0deb34923e3ce21ebf8c2b68cd2be31d7c2259a
This commit is contained in:
chenying 2017-04-19 14:47:57 +08:00
parent 42b8bd319c
commit af256d7063
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class RestoresTest(karbor_base.KarborBaseTest):
r'(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b', re.IGNORECASE
)
url = re.search(regex, endpoint).group()
restore_target = url + r":35357/v3"
restore_target = url + r"/identity/v3"
return restore_target
def test_restore_create(self):