summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-02 17:33:33 +0000
committerGerrit Code Review <review@openstack.org>2017-02-02 17:33:33 +0000
commit1efe517bf677b2839fddf4fe79d4795e8346b40c (patch)
treed89b023b21bc63ac75e6cd647eafda064a4f0d86
parent4c83fb0f13d0a09db7a4ca66c3b0dc2745c34c5f (diff)
parent9aa0f313d79274ab0ded09935fe3888da51b62cb (diff)
downloadkeystone-1efe517bf677b2839fddf4fe79d4795e8346b40c.tar.gz
Merge "Modify the spelling mistakes"
-rw-r--r--keystone/tests/unit/test_revoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/tests/unit/test_revoke.py b/keystone/tests/unit/test_revoke.py
index 87d79bf0e..9bdd6ff2d 100644
--- a/keystone/tests/unit/test_revoke.py
+++ b/keystone/tests/unit/test_revoke.py
@@ -278,7 +278,7 @@ class RevokeTests(object):
# This gets a token but overrides project_id of the token to be None.
# We expect that since there are two events which both have populated
# project_ids, this should not match this third_token with any other
- # event in the list so we should recieve 0
+ # event in the list so we should receive 0.
third_token = _sample_blank_token()
third_token['project_id'] = None
self._assertTokenNotRevoked(events, token)