From f49dec2d3751c3e0177f4a76ffce623fa9308d1a Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Wed, 18 Oct 2023 22:46:04 -0700 Subject: [PATCH] fix tests --- tests/e2e/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/setup.sh b/tests/e2e/setup.sh index e1b18a6d..da774808 100755 --- a/tests/e2e/setup.sh +++ b/tests/e2e/setup.sh @@ -4,6 +4,8 @@ set -euo pipefail TEST_NAME="setup file" TEST_CONFIG_DIR="./temp-config-dir" +DOPPLER_PROJECT="" +DOPPLER_CONFIG="" cleanup() { exit_code=$?