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:
@@ -715,7 +715,7 @@ class TestRoleShow(TestRole):
|
|||||||
# Get the command object to test
|
# Get the command object to test
|
||||||
self.cmd = role.ShowRole(self.app, None)
|
self.cmd = role.ShowRole(self.app, None)
|
||||||
|
|
||||||
def test_service_show(self):
|
def test_role_show(self):
|
||||||
arglist = [
|
arglist = [
|
||||||
identity_fakes.role_name,
|
identity_fakes.role_name,
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user