Skip to content

Commit

Permalink
Fix rpm content test
Browse files Browse the repository at this point in the history
The upstream fixture was modified.

[noissue]
  • Loading branch information
mdellweg committed Jul 15, 2022
1 parent 9b64a77 commit f13bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/pulp_rpm/test_content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trap cleanup EXIT

# Test rpm package upload

wget "https://fixtures.pulpproject.org/rpm-modules-static-context/bear-4.1-1.noarch.rpm"
wget "https://fixtures.pulpproject.org/rpm-unsigned/bear-4.1-1.noarch.rpm"
expect_succ pulp rpm content upload --file "bear-4.1-1.noarch.rpm" --relative-path "bear-4.1-1.noarch.rpm"
PACKAGE_HREF=$(echo "$OUTPUT" | jq -r .pulp_href)
expect_succ pulp rpm content show --href "$PACKAGE_HREF"
Expand Down

0 comments on commit f13bed3

Please sign in to comment.