From 0aba922ddafbbdb3cebcd2b9da21d47067821e22 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 15 Feb 2026 18:58:23 +0100 Subject: [PATCH] test: fix error [ci skip] --- tests/integration/app_check.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/app_check.bats b/tests/integration/app_check.bats index 13241508..6660f75d 100644 --- a/tests/integration/app_check.bats +++ b/tests/integration/app_check.bats @@ -106,7 +106,7 @@ teardown(){ run $ABRA app check "$TEST_APP_DOMAIN" --chaos assert_failure - assert_output --partial 'unable to discover .env.sample' + assert_output --partial 'no such file or directory' } @test "error if missing env var" {