trivial:modify spelling error of endpoint

Change-Id: I68c96058d914af466e4456d8e01f5071c8bc947b
This commit is contained in:
lvxianguo 2018-01-17 15:34:55 +08:00
parent 284a228f83
commit 1cddb0fe82
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):