Fix a typo in the docstring

Change-Id: Ifc1891ada442b2046a3e967fc26104b4b5a77b8f
This commit is contained in:
melissaml 2018-10-05 16:58:43 +08:00
parent c9a9ea018d
commit 9afae61ac2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class ClientTest(utils.BaseTestCase):
region_name=kwargs.get('region_name'))
if 'os_ironic_api_version' in kwargs:
# NOTE(TheJulia): This does not test the negotiation logic
# as a request must be triggered in order for any verison
# as a request must be triggered in order for any version
# negotiation actions to occur.
self.assertEqual(0, mock_retrieve_data.call_count)
self.assertEqual(kwargs['os_ironic_api_version'],