From 555f830720f76af0f8641430d0ae30bde5b4447e Mon Sep 17 00:00:00 2001 From: p4u1 Date: Mon, 11 Mar 2024 14:02:09 +0100 Subject: [PATCH] remove --no-converge-checks to make sure the network exists when the rollback command is executed --- tests/integration/app_rollback.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/app_rollback.bats b/tests/integration/app_rollback.bats index 093692ed..b8200bbb 100644 --- a/tests/integration/app_rollback.bats +++ b/tests/integration/app_rollback.bats @@ -131,7 +131,7 @@ teardown(){ latestCommit="$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" rev-parse --short HEAD)" run $ABRA app deploy "$TEST_APP_DOMAIN" \ - --no-input --no-converge-checks --chaos + --no-input --chaos assert_success assert_output --partial "$latestCommit" assert_output --partial 'chaos'