We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528c79a commit 52bed9dCopy full SHA for 52bed9d
1 file changed
tests/scripts/pulpcore/test_task.sh
@@ -66,7 +66,7 @@ expect_succ pulp task list --started-before "21/01/12" --started-after "22/01/06
66
expect_succ pulp task list --finished-before "2021-12-01" --finished-after "2022-06-01 00:00:00"
67
expect_succ pulp task list --created-resource "$created_resource"
68
69
-if pulp debug has-plugin --name "core" --specifier ">=3.57.0"
+if pulp debug has-plugin --name "core" --specifier ">=3.82.0"
70
then
71
# Downloading profile artifacts.
72
expect_succ pulp task profile-artifact-urls --uuid "${task_uuid}"
0 commit comments