From 41e514ae9ad2d606ada43fb61a783ef519510095 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 9 Jan 2025 11:48:35 +0100 Subject: [PATCH] test: reset after deploy --- tests/integration/app_deploy.bats | 2 +- tests/integration/app_deploy_overview.bats | 2 +- tests/integration/app_env.bats | 2 +- tests/integration/app_labels.bats | 2 +- tests/integration/app_rollback_overview.bats | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index fd67fe7b..3c1aa0f9 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -21,8 +21,8 @@ setup(){ teardown(){ _reset_recipe - _reset_app _undeploy_app + _reset_app _reset_tags run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo" diff --git a/tests/integration/app_deploy_overview.bats b/tests/integration/app_deploy_overview.bats index baca1376..ce5b91b8 100644 --- a/tests/integration/app_deploy_overview.bats +++ b/tests/integration/app_deploy_overview.bats @@ -20,8 +20,8 @@ setup(){ teardown(){ _reset_recipe - _reset_app _undeploy_app + _reset_app _reset_tags run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo" diff --git a/tests/integration/app_env.bats b/tests/integration/app_env.bats index 81733efa..8bb55c10 100644 --- a/tests/integration/app_env.bats +++ b/tests/integration/app_env.bats @@ -20,8 +20,8 @@ setup(){ teardown(){ _reset_recipe - _reset_app _undeploy_app + _reset_app run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo" assert_not_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo" diff --git a/tests/integration/app_labels.bats b/tests/integration/app_labels.bats index b5b22d23..ad8abb21 100644 --- a/tests/integration/app_labels.bats +++ b/tests/integration/app_labels.bats @@ -21,8 +21,8 @@ setup(){ teardown(){ _reset_recipe - _reset_app _undeploy_app + _reset_app _reset_tags run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo" diff --git a/tests/integration/app_rollback_overview.bats b/tests/integration/app_rollback_overview.bats index 9690c31c..2111c9ca 100644 --- a/tests/integration/app_rollback_overview.bats +++ b/tests/integration/app_rollback_overview.bats @@ -19,8 +19,8 @@ setup(){ } teardown(){ - _reset_app _undeploy_app + _reset_app _reset_recipe }