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