From 44a7ecfc6782b247ad75dcfd17c6bb4f76214f24 Mon Sep 17 00:00:00 2001 From: Patrick Meredith Date: Tue, 23 Apr 2024 12:01:58 -0400 Subject: [PATCH] Typo fix (#1568) Update mongodb-oidc.md Typo fix --- 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 28588c89c4..a221bf4713 100644 --- a/source/auth/tests/mongodb-oidc.md +++ b/source/auth/tests/mongodb-oidc.md @@ -208,7 +208,7 @@ for test setup. - Perform a `find` operation that succeeds. - Close the client. -# 5.2 Azure with Bad Usernam +# 5.2 Azure with Bad Username - Create an OIDC configured client with `ENVIRONMENT:azure` and a valid `TOKEN_RESOURCE` and a username of `"bad"`. - Perform a `find` operation that fails.