Skip to content

Commit 0bb5112

Browse files
committed
DRIVERS-3426: Use documented 'auth_database' field instead 'db' for initial-dns-seedlist-discovery tests
1 parent 0535e65 commit 0bb5112

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/initial-dns-seedlist-discovery/tests/replica-set/dbname-with-commas-escaped.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/initial-dns-seedlist-discovery/tests/replica-set/dbname-with-commas-escaped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ options:
1010
replicaSet: repl0
1111
ssl: true
1212
parsed_options:
13-
defaultDatabase: some,db
13+
auth_database: some,db

source/initial-dns-seedlist-discovery/tests/replica-set/dbname-with-commas.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/initial-dns-seedlist-discovery/tests/replica-set/dbname-with-commas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ options:
1010
replicaSet: repl0
1111
ssl: true
1212
parsed_options:
13-
defaultDatabase: some,db
13+
auth_database: some,db

source/initial-dns-seedlist-discovery/tests/replica-set/encoded-userinfo-and-db.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/initial-dns-seedlist-discovery/tests/replica-set/encoded-userinfo-and-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ options:
1111
parsed_options:
1212
user: "b*b@f3tt="
1313
password: "$4to@L8=MC"
14-
db: "mydb?"
14+
auth_database: "mydb?"
1515
# Don't run a ping for URIs that include userinfo. Ping doesn't require authentication, so missing
1616
# userinfo isn't a problem, but some drivers will fail handshake on a connection if userinfo is
1717
# provided but incorrect.

0 commit comments

Comments
 (0)