From 7616528f4ede108f843828b88a97a84cf2a486b6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 11:20:56 +0200 Subject: [PATCH] test: ensure app cleanup --- tests/integration/app_check.bats | 1 + tests/integration/app_errors.bats | 1 + tests/integration/app_logs.bats | 1 + 3 files changed, 3 insertions(+) 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 }