Skip to content

Commit

Permalink
tests/library: rename ceph_dashboard_user class
Browse files Browse the repository at this point in the history
Rename the test class with the right information.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 3ba11c1)
  • Loading branch information
dsavineau committed Sep 14, 2020
1 parent 6fd6b31 commit 35b488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/library/test_ceph_dashboard_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'roles': fake_roles}


class TestRadosgwRealmModule(object):
class TestCephDashboardUserModule(object):

@patch.dict(os.environ, {'CEPH_CONTAINER_BINARY': fake_container_binary})
def test_container_exec(self):
Expand Down

0 comments on commit 35b488c

Please sign in to comment.