diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index fd67fe7bd6e..3c1aa0f9d15 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 baca1376a71..ce5b91b8c6e 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 81733efab2f..8bb55c102b6 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 b5b22d2322e..ad8abb21a62 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 9690c31c4ad..2111c9ca5fc 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 }