Skip to content

Commit

Permalink
Update datavolume.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Hafe authored Jan 21, 2025
1 parent b1426b4 commit 5dbd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_resources/datavolume.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_dv():
func=lambda: self.exists,
):
if dv_garbage_collection_enabled is not None:
warn("garbage collector is removed in version v4.19 and going to be deprecated", DeprecationWarning)
warn("garbage collector is deprecated and removed in version v4.19", DeprecationWarning)
# DV reach success if the status is Succeeded, or if DV garbage collection enabled and the DV does not exist
if sample and sample.get("status", {}).get("phase") == self.Status.SUCCEEDED:
break
Expand Down

0 comments on commit 5dbd7a3

Please sign in to comment.