From 5bb62411725f3d0c64f4000f53829861c3f523b5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 9 Sep 2025 16:03:22 -0400 Subject: [PATCH] test: fix "bail if env has a hash but no --chaos" test --- tests/integration/app_deploy.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 17a75eebdd..7cae682338 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -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