Skip to content

Commit 0d42dbd

Browse files
committed
small fixes
1 parent 931f684 commit 0d42dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/uri-options/tests/auth-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tests:
77
hosts: ~
88
auth: ~
99
options:
10-
authmechanism: "GSSAPI"
10+
authMechanism: "GSSAPI"
1111
authMechanismProperties:
1212
SERVICE_NAME: "other"
1313
CANONICALIZE_HOST_NAME: "true"

source/uri-options/tests/read-preference-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tests:
99
options:
1010
readPreference: "primaryPreferred"
1111
readPreferenceTags:
12-
- "dc:ny,rack"
12+
- "dc:ny,rack:1"
1313
- "dc:ny"
1414
maxStalenessSeconds: 120
1515
-

0 commit comments

Comments
 (0)