Fix UTF-8 hosts test

This commit is contained in:
A. Jesse Jiryu Davis 2017-08-23 22:45:20 -04:00
parent 278d2fb907
commit bf22fa4ff7

View File

@ -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
}
],