Skip to content

Commit 4666646

Browse files
author
Thomas Reggi
authored
chore: adds test for SRV + directConnection
NODE-2642
1 parent 5d7c556 commit 4666646

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/spec/initial-dns-seedlist-discovery/direct-connection-false.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"localhost:27019"
1010
],
1111
"options": {
12-
"ssl": true
12+
"ssl": true,
13+
"directConnection": false
1314
}
1415
}

test/spec/initial-dns-seedlist-discovery/direct-connection-false.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ hosts:
77
- localhost:27019
88
options:
99
ssl: true
10+
directConnection: false

0 commit comments

Comments
 (0)