Skip to content

Commit 8cbf40e

Browse files
committed
fix: update environment variable name in acceptance test script
1 parent f704741 commit 8cbf40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/acceptance-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
set -e
1919

20-
if [ -z "$HOOKDECK_API_KEY" ]; then
21-
echo "Error: HOOKDECK_API_KEY environment variable is not set."
20+
if [ -z "$HOOKDECK_CLI_TESTING_API_KEY" ]; then
21+
echo "Error: HOOKDECK_CLI_TESTING_API_KEY environment variable is not set."
2222
exit 1
2323
fi
2424

0 commit comments

Comments
 (0)