From 35b488c18993f9c460c3503da3cec94baff4ee50 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 14 Sep 2020 15:13:03 -0400 Subject: [PATCH] tests/library: rename ceph_dashboard_user class Rename the test class with the right information. Signed-off-by: Dimitri Savineau (cherry picked from commit 3ba11c1434b9cad2c8276ed9baabdf23d9e30b36) --- tests/library/test_ceph_dashboard_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/test_ceph_dashboard_user.py b/tests/library/test_ceph_dashboard_user.py index 3f8819ca5..304114334 100644 --- a/tests/library/test_ceph_dashboard_user.py +++ b/tests/library/test_ceph_dashboard_user.py @@ -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): -- 2.39.5