Skip to content

Commit 9256808

Browse files
Update test/auth_oidc/test_auth_oidc.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent c82cf50 commit 9256808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth_oidc/test_auth_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pymongo import MongoClient
3838
from pymongo._azure_helpers import _get_azure_response
3939
from pymongo._gcp_helpers import _get_gcp_response
40-
from pymongo.asynchronous.uri_parser import parse_uri
40+
from pymongo.synchronous.uri_parser import parse_uri
4141
from pymongo.auth_oidc_shared import _get_k8s_token
4242
from pymongo.auth_shared import _build_credentials_tuple
4343
from pymongo.cursor_shared import CursorType

0 commit comments

Comments
 (0)