Merge "Fix the spelling of a test name"

This commit is contained in:
Jenkins 2016-08-04 22:32:58 +00:00 committed by Gerrit Code Review
commit b393123111
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()