diff --git a/chatops/test_hubot.bats b/chatops/test_hubot.bats index 1a5606d..654f4c3 100644 --- a/chatops/test_hubot.bats +++ b/chatops/test_hubot.bats @@ -33,7 +33,8 @@ load '../test_helpers/bats-assert/load' run eval "echo '$RESULTS' | jq -r '.[].ref'" assert_success - assert_output "chatops.notify" + assert_line --index 0 "chatops.notify" + assert_line --index 1 "chatops.notify-errbot" run eval "echo '$RESULTS' | jq -r '.[].enabled'" assert_success