diff options
author | Tim Burke <tim.burke@gmail.com> | 2015-12-29 16:54:05 -0800 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2015-12-30 11:01:33 -0800 |
commit | 62bfe10f58ce777a1b70549a641528b88f94f246 (patch) | |
tree | e2437168a27a501f8535b9d36175d387dcb7429a /tests/unit/test_swiftclient.py | |
parent | ab65eef4ce4096410bdfec9ea7d8780f800321df (diff) | |
download | python-swiftclient-62bfe10f58ce777a1b70549a641528b88f94f246.tar.gz |
Fix some typos
Change-Id: Iaf7f30a7ae0c2ac76fc5cdcee31ea74c08ce601e
Diffstat (limited to 'tests/unit/test_swiftclient.py')
-rw-r--r-- | tests/unit/test_swiftclient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_swiftclient.py b/tests/unit/test_swiftclient.py index 317a6b5..e837288 100644 --- a/tests/unit/test_swiftclient.py +++ b/tests/unit/test_swiftclient.py @@ -1501,7 +1501,7 @@ class TestConnection(MockHttpTest): def get_auth(*args, **kwargs): # this mock, and by extension this test are not - # represenative of the unit under test. The real get_auth + # representative of the unit under test. The real get_auth # method will always return the os_option dict's # object_storage_url which will be overridden by the # preauthurl parameter to Connection if it is provided. @@ -2075,7 +2075,7 @@ class TestServiceToken(MockHttpTest): def get_auth(self): # The real get_auth function will always return the os_option # dict's object_storage_url which will be overridden by the - # preauthurl paramater to Connection if it is provided. + # preauthurl parameter to Connection if it is provided. return self.os_options.get('object_storage_url'), 'token' def get_service_auth(self): |