File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/connection_string/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 },
4141 {
4242 "description" : " Colon in a key value pair" ,
43- "uri" : " mongodb://example.com? authMechanismProperties=TOKEN_RESOURCE:mongodb://test-cluster" ,
43+ "uri" : " mongodb://example.com/?authMechanism=MONGODB-OIDC& authMechanismProperties=TOKEN_RESOURCE:mongodb://test-cluster" ,
4444 "valid" : true ,
4545 "warning" : false ,
4646 "hosts" : [
Original file line number Diff line number Diff line change 9696 },
9797 {
9898 "description" : " Comma in a key value pair causes a warning" ,
99- "uri" : " mongodb://example.com? authMechanismProperties=TOKEN_RESOURCE:mongodb://host1%2Chost2" ,
99+ "uri" : " mongodb://localhost?authMechanism=MONGODB-OIDC& authMechanismProperties=TOKEN_RESOURCE:mongodb://host1%2Chost2" ,
100100 "valid" : true ,
101101 "warning" : true ,
102102 "hosts" : [
103103 {
104104 "type" : " hostname" ,
105- "host" : " example.com " ,
105+ "host" : " localhost " ,
106106 "port" : null
107107 }
108108 ],
You can’t perform that action at this time.
0 commit comments