Skip to content

Commit 0074bb8

Browse files
committed
fix: typo in test
1 parent 24529cc commit 0074bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyeudiw/tests/openid4vp/test_vp_sd_jwt_vc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,5 @@ def test_handler_failed_validation():
274274
)
275275
assert False, "Validation should have failed."
276276
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."
277+
assert str(e) == "Unknown Trust Anchor: 'https://credential-issuer.example.org' is not a recognizable Trust Anchor.", "Incorrect exception message."
278278

0 commit comments

Comments
 (0)