Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
diff --git a/tests/json/connection_uri/valid-host_identifiers.json b/tests/json/connection_uri/valid-host_identifiers.json
|
index 1424dd5..a061a6e 100644
|
--- a/tests/json/connection_uri/valid-host_identifiers.json
|
+++ b/tests/json/connection_uri/valid-host_identifiers.json
|
@@ -129,26 +129,6 @@
|
],
|
"auth": null,
|
"options": null
|
- },
|
- {
|
- "description": "UTF-8 hosts",
|
- "uri": "mongodb://bücher.example.com,umläut.example.com/",
|
- "valid": true,
|
- "warning": false,
|
- "hosts": [
|
- {
|
- "type": "hostname",
|
- "host": "bücher.example.com",
|
- "port": null
|
- },
|
- {
|
- "type": "hostname",
|
- "host": "umläut.example.com",
|
- "port": null
|
- }
|
- ],
|
- "auth": null,
|
- "options": null
|
}
|
]
|
-}
|
\ No newline at end of file
|
+}
|