Skip to content

Commit 4cc6530

Browse files
committed
fix default name
1 parent 05ce3c1 commit 4cc6530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def run() -> None:
115115
# Send OIDC tests to run remotely.
116116
if (
117117
TEST_NAME == "auth_oidc"
118-
and SUB_TEST_NAME != "test"
118+
and SUB_TEST_NAME != "default"
119119
and not SUB_TEST_NAME.endswith("-remote")
120120
):
121121
from oidc_tester import test_oidc_send_to_remote

0 commit comments

Comments
 (0)