Skip to content

Commit

Permalink
chore: add missing ouput assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomowatt committed Jan 8, 2024
1 parent f18a3ed commit 0afd299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pre-exit-report-link.bats
Expand Up @@ -76,6 +76,7 @@ COMMON_CURL_OPTIONS='--form \* --form \* --form \* --form \* --form \* --form \*
assert_output --partial "Uploading './tests/fixtures/junit-1.xml'..."
assert_output --partial "Uploading './tests/fixtures/junit-2.xml'..."
assert_output --partial "curl success 1"
assert_output --partial "curl success 2"
assert_output --partial "curl success 3"
assert_output --partial "Got 1 report URLs."
assert_output --partial "annotation success"
Expand Down Expand Up @@ -104,6 +105,7 @@ COMMON_CURL_OPTIONS='--form \* --form \* --form \* --form \* --form \* --form \*
assert_output --partial "Uploading './tests/fixtures/junit-1.xml'..."
assert_output --partial "Uploading './tests/fixtures/junit-3.xml'..."
assert_output --partial "curl success 1"
assert_output --partial "curl success 2"
assert_output --partial "curl success 3"
assert_output --partial "Got 2 report URLs."
assert_output --partial "- [Report #1](https://buildkite.com/organizations/example/analytics/suites/collector-test/runs/1)"
Expand Down

0 comments on commit 0afd299

Please sign in to comment.