Fix the spelling of a test name

Change-Id: I4b3a272a02e1b089d289310a37205206c4188718
This commit is contained in:
Lance Bragstad 2016-08-04 17:37:21 +00:00
parent 5628e24de3
commit 935530f4e3
1 changed files with 1 additions and 1 deletions

View File

@ -1740,7 +1740,7 @@ class TokenAPITests(object):
token_roles = self._get_scoped_token_roles()
self.assertEqual(2, len(token_roles))
def test_domain_scpecific_roles_do_not_show_v3_token(self):
def test_domain_specific_roles_do_not_show_v3_token(self):
self.config_fixture.config(group='token', infer_roles=True)
initial_token_roles = self._get_scoped_token_roles()