Closed HelgeKrueger closed 10 months ago
@HelgeKrueger Sorry, the fix for that is in a PR right now. See - https://github.com/w3c/vc-di-ecdsa-test-suite/pull/24. You can specify the issuer (and if you need you can also specify the vc holder) used in the test suite to generate test data via env variables(ISSUER_NAME and HOLDER_NAME) when running the tests.
when I run the verification test with
tag = "localhost"
, I run into the following errorThe relevant code line is:
judging from the name and what happens when I revert the change to tag, this seems to be an issue with the implementation.