Skip to content

Commit 5dbd7a3

Browse files
authored
Update datavolume.py
1 parent b1426b4 commit 5dbd7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_resources/datavolume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_dv():
309309
func=lambda: self.exists,
310310
):
311311
if dv_garbage_collection_enabled is not None:
312-
warn("garbage collector is removed in version v4.19 and going to be deprecated", DeprecationWarning)
312+
warn("garbage collector is deprecated and removed in version v4.19", DeprecationWarning)
313313
# DV reach success if the status is Succeeded, or if DV garbage collection enabled and the DV does not exist
314314
if sample and sample.get("status", {}).get("phase") == self.Status.SUCCEEDED:
315315
break

0 commit comments

Comments
 (0)