Skip to content

Commit db526f7

Browse files
authored
PYTHON-3716 Move OIDC test file (#1378)
1 parent 87d6a54 commit db526f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ fi
224224

225225
if [ -n "$TEST_AUTH_OIDC" ]; then
226226
python -m pip install ".[aws]"
227-
TEST_ARGS="test/auth_aws/test_auth_oidc.py"
227+
TEST_ARGS="test/auth_oidc/test_auth_oidc.py"
228228
fi
229229

230230
if [ -n "$PERF_TEST" ]; then
File renamed without changes.

0 commit comments

Comments
 (0)