Skip to content

Commit 4b371de

Browse files
committed
fix script
1 parent b74725e commit 4b371de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run-enterprise-auth-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -eu
44
# Disable xtrace for security reasons (just in case it was accidentally set).
55
set +x
66
# Use the default python to bootstrap secrets.
7-
bash "${DRIVERS_TOOLS}"/.evergreen/auth_aws/setup-secrets.sh drivers/enterprise_auth
7+
bash "${DRIVERS_TOOLS}"/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
88
TEST_ENTERPRISE_AUTH=1 AUTH=auth bash "${PROJECT_DIRECTORY}"/.evergreen/hatch.sh test:test-eg

0 commit comments

Comments
 (0)