diff --git a/.evergreen/run-tests.sh b/.evergreen/run-tests.sh index 7b7815764..02bd86eaa 100755 --- a/.evergreen/run-tests.sh +++ b/.evergreen/run-tests.sh @@ -224,7 +224,7 @@ fi if [ -n "$TEST_AUTH_OIDC" ]; then python -m pip install ".[aws]" - TEST_ARGS="test/auth_aws/test_auth_oidc.py" + TEST_ARGS="test/auth_oidc/test_auth_oidc.py" fi if [ -n "$PERF_TEST" ]; then diff --git a/test/auth_aws/test_auth_oidc.py b/test/auth_oidc/test_auth_oidc.py similarity index 100% rename from test/auth_aws/test_auth_oidc.py rename to test/auth_oidc/test_auth_oidc.py