diff --git a/source/connection-string/tests/valid-options.json b/source/connection-string/tests/valid-options.json index 4c52491e80..01bc2264bb 100644 --- a/source/connection-string/tests/valid-options.json +++ b/source/connection-string/tests/valid-options.json @@ -26,7 +26,13 @@ "uri": "mongodb://example.com?tls=true", "valid": true, "warning": false, - "hosts": null, + "hosts": [ + { + "type": "hostname", + "host": "example.com", + "port": null + } + ], "auth": null, "options": { "tls": true