diff --git a/library/test_ceph_key.py b/library/test_ceph_key.py index 143b6c8f3..e0b747941 100644 --- a/library/test_ceph_key.py +++ b/library/test_ceph_key.py @@ -540,7 +540,7 @@ class TestCephKeyModule(object): def test_build_key_path_bootstrap_osd(self): fake_cluster = "fake" - entity = "bootstrap-osd" + entity = "client.bootstrap-osd" expected_result = "/var/lib/ceph/bootstrap-osd/fake.keyring" result = ceph_key.build_key_path(fake_cluster, entity) assert result == expected_result