Skip to content

Commit

Permalink
Update run_charmstore_download checkout_output.
Browse files Browse the repository at this point in the history
Match the new wording introduced fixing a bug where specifying ch:charm
failed to download.
  • Loading branch information
hmlanigan committed Mar 14, 2022
1 parent b9fb403 commit 55a8312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suites/charmhub/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run_charmstore_download() {
ensure "test-${name}" "${file}"

output=$(juju download cs:meshuggah 2>&1 || echo "not found")
check_contains "${output}" '"cs:meshuggah" is not a Charm Hub charm'
check_contains "${output}" '"cs:meshuggah" is not a Charmhub charm'
}

run_unknown_download() {
Expand All @@ -39,7 +39,7 @@ run_unknown_download() {

test_charmhub_download() {
if [ "$(skip 'test_charmhub_download')" ]; then
echo "==> TEST SKIPPED: Charm Hub download"
echo "==> TEST SKIPPED: Charmhub download"
return
fi

Expand Down

0 comments on commit 55a8312

Please sign in to comment.