Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benvernier-sc committed Feb 2, 2024
1 parent ca0fd75 commit a539be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pre-exit-success.bats
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ COMMON_CURL_OPTIONS='--form \* --form \* --form \* --form \* --form \* --form \*

assert_success
assert_output --partial "curl success"
assert_output --partial "run_env[version]=some-commit-id"
assert_output --partial "run_env[version]=\"some-commit-id\""
}

@test "Follow links option enabled adds find option" {
Expand Down

0 comments on commit a539be4

Please sign in to comment.