Skip to content

Commit 1603315

Browse files
committed
fix test
1 parent 4736900 commit 1603315

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/connection_string/test/valid-auth.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
},
264264
{
265265
"description": "Escaped username (GSSAPI)",
266-
"uri": "mongodb://user%40EXAMPLE.COM:secret@localhost/?authMechanismProperties=SERVICE_NAME:other,CANONICALIZE_HOST_NAME:true&authMechanism=GSSAPI",
266+
"uri": "mongodb://user%40EXAMPLE.COM:secret@localhost/?authMechanismProperties=SERVICE_NAME:other,CANONICALIZE_HOST_NAME:true&authMechanism=GSSAPI",
267267
"valid": true,
268268
"warning": false,
269269
"hosts": [
@@ -282,8 +282,7 @@
282282
"authmechanism": "GSSAPI",
283283
"authmechanismproperties": {
284284
"SERVICE_NAME": "other",
285-
"CANONICALIZE_HOST_NAME": "true",
286-
"SERVICE_HOST": "example.com"
285+
"CANONICALIZE_HOST_NAME": true
287286
}
288287
}
289288
},

0 commit comments

Comments
 (0)