We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41daa0c commit d60a272Copy full SHA for d60a272
tests/template.bats
@@ -291,8 +291,8 @@ run_with_download_program() {
291
run "$BASH" "$TEST_GO_ROOTDIR/go-template"
292
restore_program_in_path 'tar'
293
294
- assert_output_matches "Downloading framework from '$EXPECTED_URL'\.\.\."
295
- assert_output_matches "Failed to download from '$LOCAL_DOWNLOAD_URL'"
+ assert_output_matches "Downloading framework from '$NATIVE_LOCAL_URL'\.\.\."
+ assert_output_matches "Failed to download from '$NATIVE_LOCAL_URL'"
296
assert_output_matches "Using git clone as fallback"
297
assert_output_matches "Cloning framework from '$GO_SCRIPT_BASH_REPO_URL'"
298
assert_output_matches "Cloning into '$CLONE_DIR'"
0 commit comments