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):