Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Nov 10, 2024
1 parent 68f3833 commit 151f46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/helpers/dr_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ def verify_last_kubeobject_protection_time(drpc_obj, kubeobject_sync_interval):
Raises:
AssertionError: If the lastKubeObjectProtectionTime is outside the expected range
(greater than or equal to three times the scheduling interval)
(greater than or equal to two times the scheduling interval)
"""
restore_index = config.cur_index
Expand Down

0 comments on commit 151f46d

Please sign in to comment.