diff --git a/tests/integration/app_check.bats b/tests/integration/app_check.bats index 934372d5..04d99fe2 100644 --- a/tests/integration/app_check.bats +++ b/tests/integration/app_check.bats @@ -8,6 +8,7 @@ setup_file(){ } teardown_file(){ + _rm_app _rm_server _reset_recipe } diff --git a/tests/integration/app_errors.bats b/tests/integration/app_errors.bats index 813547fd..91450cf3 100644 --- a/tests/integration/app_errors.bats +++ b/tests/integration/app_errors.bats @@ -8,6 +8,7 @@ setup_file(){ } teardown_file(){ + _rm_app _rm_server } diff --git a/tests/integration/app_logs.bats b/tests/integration/app_logs.bats index 07c68a2a..4b5e3f50 100644 --- a/tests/integration/app_logs.bats +++ b/tests/integration/app_logs.bats @@ -8,6 +8,7 @@ setup_file(){ } teardown_file(){ + _rm_app _rm_server }