Skip to content

Commit

Permalink
Remove a redundant line
Browse files Browse the repository at this point in the history
Signed-off-by: Itzhak Kave <[email protected]>
  • Loading branch information
Itzhak Kave committed Apr 14, 2024
1 parent 5898af6 commit 2b6a77b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocs_ci/ocs/resources/osd_resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def check_storage_size_is_reflected(expected_storage_size):

ceph_cluster = CephCluster()
ceph_capacity = ceph_cluster.get_ceph_capacity()
expected_storage_size_in_gb = convert_device_size(expected_storage_size, "GB")
logger.info(
f"Check that the Ceph capacity {ceph_capacity} is equal "
f"to the expected storage size {expected_storage_size_in_gb}"
Expand Down

0 comments on commit 2b6a77b

Please sign in to comment.