tests/library: rename ceph_dashboard_user class

Rename the test class with the right information.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/5784/head
Dimitri Savineau 2020-09-14 15:13:03 -04:00 committed by Dimitri Savineau
parent 5650a6d7d0
commit 3ba11c1434
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fake_params = {'cluster': fake_cluster,
'roles': fake_roles}
class TestRadosgwRealmModule(object):
class TestCephDashboardUserModule(object):
@patch.dict(os.environ, {'CEPH_CONTAINER_BINARY': fake_container_binary})
def test_container_exec(self):