Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Oct 20, 2023
1 parent bf79d86 commit 381c61d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/api/iam/openid4vp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestWrapper_handlePresentationRequest(t *testing.T) {
t.Run("with scope", func(t *testing.T) {
ctrl := gomock.NewController(t)
peStore := &pe.DefinitionResolver{}
_ = peStore.LoadFromFile("test/presentation_definition_mapping.json")
require.NoError(t, peStore.LoadFromFile("test/presentation_definition_mapping.json"))
mockVDR := vdr.NewMockVDR(ctrl)
mockVCR := vcr.NewMockVCR(ctrl)
mockWallet := holder.NewMockWallet(ctrl)
Expand Down
7 changes: 6 additions & 1 deletion auth/api/iam/test/presentation_definition_mapping.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"eOverdracht-overdrachtsbericht":{}}
{
"eOverdracht-overdrachtsbericht": {
"id": "eOverdracht",
"input_descriptors": []
}
}

0 comments on commit 381c61d

Please sign in to comment.