Fixes typo error in Keystone

This submission is to fix the typo error
in "/keystone/tests/test_v3_identity.py" file

Change-Id: I62e286f20a40808d5ff69f9d98bf407174d6613f
This commit is contained in:
saradpatel 2014-06-12 12:56:03 +00:00
parent fb0e4c5ef1
commit f434d28407
1 changed files with 1 additions and 1 deletions

View File

@ -1825,7 +1825,7 @@ class TestV3toV2Methods(tests.TestCase):
'username': self.user_id,
'tenantId': self.default_project_id}
# Expected result if the user is not meant ot have a tenantId element
# Expected result if the user is not meant to have a tenantId element
self.expected_user_no_tenant_id = {'id': self.user_id,
'name': self.user_id,
'username': self.user_id}