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" {