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",