From 15dff5d42d41925e044bc4868389163f44a01775 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 4 Mar 2026 14:08:23 -0500 Subject: [PATCH] Fix pulpcore check on test profile task artifact download (cherry picked from commit 52bed9d09c4934c4e96c716c295afafa39a7f779) --- tests/scripts/pulpcore/test_task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/pulpcore/test_task.sh b/tests/scripts/pulpcore/test_task.sh index 6bfc2f63a..4b5d74769 100755 --- a/tests/scripts/pulpcore/test_task.sh +++ b/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 expect_succ pulp task list --finished-before "2021-12-01" --finished-after "2022-06-01 00:00:00" expect_succ pulp task list --created-resource "$created_resource" -if pulp debug has-plugin --name "core" --specifier ">=3.57.0" +if pulp debug has-plugin --name "core" --specifier ">=3.82.0" then # Downloading profile artifacts. expect_succ pulp task profile-artifact-urls --uuid "${task_uuid}"