PYTHON-3716 Move OIDC test file (#1378)

This commit is contained in:
Steven Silvester 2023-09-15 22:00:44 -05:00 committed by GitHub
parent 87d6a54f77
commit db526f7d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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