From c02e11eb0a46e5558d3425c6cea426dd82995858 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 17 Jul 2024 14:14:53 +0200 Subject: [PATCH] test: fix order of teardown [ci skip] --- tests/integration/app_deploy.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index a76016f1..a5fd6e81 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -21,8 +21,8 @@ setup(){ teardown(){ _reset_recipe - _undeploy_app _reset_app + _undeploy_app _reset_tags run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo"