Skip to content

Commit

Permalink
fix parameter and add log
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jan 30, 2024
1 parent 7e9cb6e commit a6e11b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/object/mcg/test_verify_noobaa_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def test_verify_backingstore_uses_rgw(mcg_obj_session):
ceph_object_store = OCP(
kind=constants.CEPHOBJECTSTORE,
resource_name="ocs-storagecluster-cephobjectstore",
).get()["items"][0]
).get()
log.debug(f"Ceph object store: {ceph_object_store}")
rgw_endpoint = ceph_object_store["status"]["endpoints"]["secure"]
log.info(
f"Checking if backingstore noobaa-default-backing-store uses endpoint {rgw_endpoint}"
Expand Down

0 comments on commit a6e11b4

Please sign in to comment.