Skip to content

Commit 52bed9d

Browse files
gerrod3mdellweg
authored andcommitted
Fix pulpcore check on test profile task artifact download
1 parent 528c79a commit 52bed9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/pulpcore/test_task.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ expect_succ pulp task list --started-before "21/01/12" --started-after "22/01/06
6666
expect_succ pulp task list --finished-before "2021-12-01" --finished-after "2022-06-01 00:00:00"
6767
expect_succ pulp task list --created-resource "$created_resource"
6868

69-
if pulp debug has-plugin --name "core" --specifier ">=3.57.0"
69+
if pulp debug has-plugin --name "core" --specifier ">=3.82.0"
7070
then
7171
# Downloading profile artifacts.
7272
expect_succ pulp task profile-artifact-urls --uuid "${task_uuid}"

0 commit comments

Comments
 (0)