Skip to content

Commit 76fa468

Browse files
authored
PYTHON-4463 Add missing data in connection string test (mongodb#1685)
1 parent 1f910b5 commit 76fa468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/connection_string/test/valid-warnings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@
107107
}
108108
],
109109
"auth": null,
110-
"options": null
110+
"options": {
111+
"authMechanism": "MONGODB-OIDC"
112+
}
111113
}
112114
]
113115
}

0 commit comments

Comments
 (0)