We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24529cc commit 0074bb8Copy full SHA for 0074bb8
pyeudiw/tests/openid4vp/test_vp_sd_jwt_vc.py
@@ -274,5 +274,5 @@ def test_handler_failed_validation():
274
)
275
assert False, "Validation should have failed."
276
except Exception as e:
277
- assert str(e) == "Unknown Trust Anchor: 'https://credential_issuer.example.org' is not a recognizable Trust Anchor.", "Incorrect exception message."
+ assert str(e) == "Unknown Trust Anchor: 'https://credential-issuer.example.org' is not a recognizable Trust Anchor.", "Incorrect exception message."
278
0 commit comments