Skip to content

Commit

Permalink
fixed condition
Browse files Browse the repository at this point in the history
Signed-off-by: Aviadp <[email protected]>
  • Loading branch information
AviadP committed Jul 7, 2024
1 parent 91bdda4 commit 24ab391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_validate_ceph_config_values_in_rook_config_override(self):

if ocs_version == version.VERSION_4_12 or ocs_version == version.VERSION_4_13:
stored_values = constants.ROOK_CEPH_CONFIG_VALUES_412.split("\n")
elif ocs_version == (version.VERSION_4_14 or version.VERSION_4_15):
elif ocs_version == version.VERSION_4_14 or ocs_version == version.VERSION_4_15:
stored_values = constants.ROOK_CEPH_CONFIG_VALUES_414.split("\n")
elif ocs_version >= version.VERSION_4_16:
stored_values = constants.ROOK_CEPH_CONFIG_VALUES_416.split("\n")
Expand Down

0 comments on commit 24ab391

Please sign in to comment.