summaryrefslogtreecommitdiffstats
path: root/tests/test_keystoneclient.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
committerJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
commitac6ee6901c5df70e5ddac3e571c57902b90b040a (patch)
treeca6eada4536bfeef07f1db97fe1325136d89296e /tests/test_keystoneclient.py
parent32c1bb49011cdc0082016c79c10ccc0386595f74 (diff)
downloadkeystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.gz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.xz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.zip
Fix spelling mistakes
git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2
Diffstat (limited to 'tests/test_keystoneclient.py')
-rw-r--r--tests/test_keystoneclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_keystoneclient.py b/tests/test_keystoneclient.py
index 213e3ddc..fd9f38be 100644
--- a/tests/test_keystoneclient.py
+++ b/tests/test_keystoneclient.py
@@ -941,7 +941,7 @@ class KcMasterTestCase(CompatTestCase, KeystoneClientTests):
self.user_two['password'] = new_password
self.get_client(self.user_two)
- def test_user_cant_update_other_users_passwd(self):
+ def test_user_cannot_update_other_users_passwd(self):
from keystoneclient import exceptions as client_exceptions
client = self.get_client(self.user_two)