Skip to content

Commit

Permalink
PYTHON-3716 Move OIDC test file (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 16, 2023
1 parent 87d6a54 commit db526f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit db526f7

Please sign in to comment.