We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f684 commit 0d42dbdCopy full SHA for 0d42dbd
source/uri-options/tests/auth-options.yml
@@ -7,7 +7,7 @@ tests:
7
hosts: ~
8
auth: ~
9
options:
10
- authmechanism: "GSSAPI"
+ authMechanism: "GSSAPI"
11
authMechanismProperties:
12
SERVICE_NAME: "other"
13
CANONICALIZE_HOST_NAME: "true"
source/uri-options/tests/read-preference-options.yml
@@ -9,7 +9,7 @@ tests:
readPreference: "primaryPreferred"
readPreferenceTags:
- - "dc:ny,rack"
+ - "dc:ny,rack:1"
- "dc:ny"
14
maxStalenessSeconds: 120
15
-
0 commit comments