a mistake in tests/identity/v3/test_role.py

Change test_service_show to test_role_show.

Change-Id: Ieef7fdeb9401b4dc28720c9ba14bf460ac171288
This commit is contained in:
wanghong 2014-08-12 19:36:57 +08:00
parent f0b077eb70
commit 19b8605224

View File

@ -715,7 +715,7 @@ class TestRoleShow(TestRole):
# Get the command object to test
self.cmd = role.ShowRole(self.app, None)
def test_service_show(self):
def test_role_show(self):
arglist = [
identity_fakes.role_name,
]