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 }