Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 12, 2023
1 parent 1132790 commit 1cf04aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api/iam/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestWrapper_requestUserAccessToken(t *testing.T) {
_, err := ctx.client.requestUserAccessToken(nil, walletDID, RequestAccessTokenRequestObject{Did: walletDID.String(), Body: body})

require.Error(t, err)
assert.EqualError(t, err, "unsupported DID method: test")
assert.EqualError(t, err, "URL does not represent a Web DID\nunsupported DID method: test")
})
}

Expand Down

0 comments on commit 1cf04aa

Please sign in to comment.