From 9d23c8be3b035f5e936ab55ba79532e9fd4984f8 Mon Sep 17 00:00:00 2001 From: Warren James Date: Wed, 16 Aug 2023 10:14:35 -0400 Subject: [PATCH] rerun make --- source/connection-string/tests/valid-options.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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