Fix UTF-8 hosts test
This commit is contained in:
parent
278d2fb907
commit
bf22fa4ff7
@ -132,18 +132,18 @@
|
||||
},
|
||||
{
|
||||
"description": "UTF-8 hosts",
|
||||
"uri": "mongodb://bücher.example.com,umläut.example.com/",
|
||||
"uri": "mongodb://b\u00fccher.example.com,uml\u00e4ut.example.com/",
|
||||
"valid": true,
|
||||
"warning": false,
|
||||
"hosts": [
|
||||
{
|
||||
"type": "hostname",
|
||||
"host": "bücher.example.com",
|
||||
"host": "b\u00fccher.example.com",
|
||||
"port": null
|
||||
},
|
||||
{
|
||||
"type": "hostname",
|
||||
"host": "umläut.example.com",
|
||||
"host": "uml\u00e4ut.example.com",
|
||||
"port": null
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user