diff --git a/tests/e2e/setup.sh b/tests/e2e/setup.sh index e1b18a6d..96c9533b 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" +export DOPPLER_PROJECT="" +export DOPPLER_CONFIG="" cleanup() { exit_code=$?