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:
parent
f0b077eb70
commit
19b8605224
@ -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,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user