From 5e0ea1ca0a4375e74205e37eb7c2921f557edc2d Mon Sep 17 00:00:00 2001 From: blag Date: Mon, 16 Nov 2020 16:53:14 -0800 Subject: [PATCH] Allow other notification channels besides hubot --- chatops/test_hubot.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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