Merge "trivial:modify spelling error of endpoint"

This commit is contained in:
Zuul 2018-08-16 03:09:13 +00:00 committed by Gerrit Code Review
commit ffdc76c868
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ class ClientTest(unittest.TestCase):
mock_list.side_effect = FakeException mock_list.side_effect = FakeException
self.assertRaises(exceptions.EndpointNotAvailable, self.assertRaises(exceptions.EndpointNotAvailable,
handle.handle_list, self.context, FAKE_RESOURCE, []) handle.handle_list, self.context, FAKE_RESOURCE, [])
# endpont_url will not be set to None # endpoint_url will not be set to None
self.assertIsNotNone(handle.endpoint_url) self.assertIsNotNone(handle.endpoint_url)
def tearDown(self): def tearDown(self):