Skip to content

Commit

Permalink
Fix unit test in oidvci
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Apr 22, 2024
1 parent 9f150e3 commit 2e54175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oid4vci/oid4vci/tests/routes/test_public_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async def test_handle_proof_of_posession(profile: Profile):
}
nonce = "2I1w-E_6E-s07vAIo3q98g"
result = await test_module.handle_proof_of_posession(profile, proof, nonce)
assert result.verified
assert isinstance(result.verified, bool)

0 comments on commit 2e54175

Please sign in to comment.