Skip to content

Commit

Permalink
Fix condition for skipping rhsm tests
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Apr 17, 2023
1 parent 2cc6dc4 commit d1e6d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pulp debug has-plugin --name "certguard" --min-version "1.4.0" || exit 23

# Seems like the rhsm module is not installed on older oci_images
pulp debug has-plugin --name "pulpcore" --min-version "3.22" || exit 23
pulp debug has-plugin --name "core" --min-version "3.22" || exit 23

cleanup() {
pulp content-guard rhsm destroy --name "cli_test_rhsm_guard" || true
Expand Down

0 comments on commit d1e6d42

Please sign in to comment.