diff --git a/keystone/tests/unit/test_revoke.py b/keystone/tests/unit/test_revoke.py index 87d79bf0e2..9bdd6ff2df 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)