From 958148ef5dc5899ce1db97a4757a14d9d74d0e3c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 3 Apr 2024 11:02:20 -0500 Subject: [PATCH] Update source/auth/tests/mongodb-oidc.md Co-authored-by: Maxim Katcharov --- source/auth/tests/mongodb-oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/tests/mongodb-oidc.md b/source/auth/tests/mongodb-oidc.md index edcc53d91f..c29db7fb67 100644 --- a/source/auth/tests/mongodb-oidc.md +++ b/source/auth/tests/mongodb-oidc.md @@ -265,7 +265,7 @@ Drivers MUST be able to authenticate using OIDC callback(s) when there is one pr - Perform a `find` operation that succeeds. - Assert that the callback has been called twice. -- Assert that the refresh token was used once. +- Assert that the refresh token was provided to the callback once. ### (3) Speculative Authentication