Skip to content

Commit 1a6f99c

Browse files
authored
PYTHON-3822 Add SRV test with uppercase hostname (#1423)
1 parent 988ce0d commit 1a6f99c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"uri": "mongodb+srv://TEST1.TEST.BUILD.10GEN.CC",
3+
"seeds": [
4+
"localhost.test.build.10gen.cc:27017",
5+
"localhost.test.build.10gen.cc:27018"
6+
],
7+
"hosts": [
8+
"localhost:27017",
9+
"localhost:27018",
10+
"localhost:27019"
11+
],
12+
"options": {
13+
"ssl": true
14+
},
15+
"ping": true
16+
}

0 commit comments

Comments
 (0)