Skip to content

Commit

Permalink
Fixed claims to now match the new types
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Nov 15, 2024
1 parent 05022ca commit 65a24af
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions oidc-controller/api/core/oidc/tests/__mocks__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 65a24af

Please sign in to comment.