From ffa75b41736f669c754dff9c0a0d60bb70eb319f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 17 Sep 2024 15:17:35 -0500 Subject: [PATCH] DRIVERS-2915 OIDC: Add missing data in connection string test (#1602) --- source/connection-string/tests/valid-warnings.json | 4 +++- source/connection-string/tests/valid-warnings.yml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/source/connection-string/tests/valid-warnings.json b/source/connection-string/tests/valid-warnings.json index f0e8288bc7..daf814a75f 100644 --- a/source/connection-string/tests/valid-warnings.json +++ b/source/connection-string/tests/valid-warnings.json @@ -107,7 +107,9 @@ } ], "auth": null, - "options": null + "options": { + "authMechanism": "MONGODB-OIDC" + } } ] } diff --git a/source/connection-string/tests/valid-warnings.yml b/source/connection-string/tests/valid-warnings.yml index bdc64c5916..495f1827f0 100644 --- a/source/connection-string/tests/valid-warnings.yml +++ b/source/connection-string/tests/valid-warnings.yml @@ -84,4 +84,5 @@ tests: host: "localhost" port: ~ auth: ~ - options: ~ + options: + authMechanism: MONGODB-OIDC