PYTHON-3822 Add SRV test with uppercase hostname (#1423)

This commit is contained in:
Shane Harvey 2023-12-05 13:27:18 -08:00 committed by GitHub
parent 988ce0df33
commit 1a6f99c653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
{
"uri": "mongodb+srv://TEST1.TEST.BUILD.10GEN.CC",
"seeds": [
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options": {
"ssl": true
},
"ping": true
}