Skip to content

Commit

Permalink
PYTHON-4463 Add missing data in connection string test (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 17, 2024
1 parent 1f910b5 commit 76fa468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/connection_string/test/valid-warnings.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@
}
],
"auth": null,
"options": null
"options": {
"authMechanism": "MONGODB-OIDC"
}
}
]
}

0 comments on commit 76fa468

Please sign in to comment.