From 1cddb0fe82b94cfdaa48c9be51bcc93362c9b112 Mon Sep 17 00:00:00 2001 From: lvxianguo Date: Wed, 17 Jan 2018 15:34:55 +0800 Subject: [PATCH] trivial:modify spelling error of endpoint Change-Id: I68c96058d914af466e4456d8e01f5071c8bc947b --- tricircle/tests/unit/common/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tricircle/tests/unit/common/test_client.py b/tricircle/tests/unit/common/test_client.py index 6ab76078..0e6dbe2d 100644 --- a/tricircle/tests/unit/common/test_client.py +++ b/tricircle/tests/unit/common/test_client.py @@ -365,7 +365,7 @@ class ClientTest(unittest.TestCase): mock_list.side_effect = FakeException self.assertRaises(exceptions.EndpointNotAvailable, 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) def tearDown(self):