From e47d1f615e1ddb4a2cf3d68336a91c68a93c6378 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Aug 2025 11:46:38 +0200 Subject: [PATCH] fixup! chore: restructure unit testing resources --- tests/resources/test_recipe/.env.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/resources/test_recipe/.env.sample b/tests/resources/test_recipe/.env.sample index be7d9821..f2f4dcb2 100644 --- a/tests/resources/test_recipe/.env.sample +++ b/tests/resources/test_recipe/.env.sample @@ -1 +1,6 @@ -TYPE=ecloud +RECIPE=test_recipe +DOMAIN=test_app.example.com + +# NOTE(d1): ensure commented out TIMEOUT doesn't get included +# see TestReadEnv in ./pkg/envfile +# TIMEOUT=120