Skip to content

Commit

Permalink
rerun make
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Aug 16, 2023
1 parent 86e63f3 commit 9d23c8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/connection-string/tests/valid-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d23c8b

Please sign in to comment.