bson/testdata/connection-string/valid-options.yml
2025-03-17 20:58:26 +01:00

18 lines
479 B
YAML

tests:
-
description: "Option names are normalized to lowercase"
uri: "mongodb://alice:secret@example.com/admin?AUTHMechanism=MONGODB-CR"
valid: true
warning: false
hosts:
-
type: "hostname"
host: "example.com"
port: ~
auth:
username: "alice"
password: "secret"
db: "admin"
options:
authmechanism: "MONGODB-CR"