test: fix "bail if env has a hash but no --chaos" test

This commit is contained in:
3wc
2025-09-09 16:03:22 -04:00
parent 66e6a2c47e
commit 5bb6241172

View File

@ -187,8 +187,8 @@ teardown(){
run $ABRA app deploy "$TEST_APP_DOMAIN" \
--no-input --no-converge-checks
assert_failure
assert_output --partial "chaos commit"
assert_success
assert_output --partial "appears to be a chaos commit"
}
# bats test_tags=slow