Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled committed Feb 21, 2024
1 parent 9404b21 commit 7a1d2ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/command.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ load "${BATS_PLUGIN_PATH}/load.bash"
assert_output --partial "Missing \$SLACK_TOKEN_ENV_NAME environment variable... looking for alternative"
assert_output --partial "--- :junit: Download the junits XML"
assert_output --partial "Downloaded artifact to /plugin/junits-slack-notification-plugin-artifacts-tmp"
assert_output --partial "--- Compile Typescript"
assert_output --partial "Building App using make"
assert_output --partial "--- Send message to #junit_bot_testing"
assert_output --partial "Run App using make"

Expand Down Expand Up @@ -57,8 +55,6 @@ load "${BATS_PLUGIN_PATH}/load.bash"

assert_output --partial "--- :junit: Download the junits XML"
assert_output --partial "Downloaded artifact to /plugin/junits-slack-notification-plugin-artifacts-tmp"
assert_output --partial "--- Compile Typescript"
assert_output --partial "Building App using make"
assert_output --partial "--- Send message to #junit_bot_testing"
assert_output --partial "Run App using make"

Expand Down Expand Up @@ -87,8 +83,6 @@ load "${BATS_PLUGIN_PATH}/load.bash"

assert_output --partial "--- :junit: Download the junits XML"
assert_output --partial "Downloaded artifact to /plugin/junits-slack-notification-plugin-artifacts-tmp"
assert_output --partial "--- Compile Typescript"
assert_output --partial "Building App using make"
assert_output --partial "--- Send message to #junit_bot_testing"
assert_output --partial "Run App using make"

Expand Down

0 comments on commit 7a1d2ef

Please sign in to comment.