From 65a24afc83253db2b0bb046ad0ae922e1205ee2b Mon Sep 17 00:00:00 2001 From: Gavin Jaeger-Freeborn Date: Thu, 14 Nov 2024 16:11:58 -0800 Subject: [PATCH] Fixed claims to now match the new types Signed-off-by: Gavin Jaeger-Freeborn --- oidc-controller/api/core/oidc/tests/__mocks__.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/oidc-controller/api/core/oidc/tests/__mocks__.py b/oidc-controller/api/core/oidc/tests/__mocks__.py index d998f853..c52ac6a9 100644 --- a/oidc-controller/api/core/oidc/tests/__mocks__.py +++ b/oidc-controller/api/core/oidc/tests/__mocks__.py @@ -1343,10 +1343,12 @@ subject_identifier="email", metadata={ "title": "Get Name", - "claims": [ - "That you are a BC Resident", - "That you are a member of the Law Society of British Columbia", - ], + "claims": { + "en": [ + "That you are a BC Resident", + "That you are a member of the Law Society of British Columbia", + ] + }, }, proof_request=VerificationProofRequest( name="BCGov Verified Email",