You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is also other tests that fail BTW. I am against generating the signed documents in the test, and then verifying it, because realistically, we would test our own signing implementation against our own verifying implementation. In addition, it would not be possible for third parties to independently validate that our test data is correct.
I'll put the expiration date to 2099, that should give us enough time to come up with a better strategy.
Bug Report
Describe the Bug
Tests for verifiable credentials are in failed state.
Expected Behavior
All tests en main branch should passed
Observed Behavior
VCs defined https://github.com/eclipse-edc/Connector/tree/main/extensions/common/crypto/ldp-verifiable-credentials/src/test/resources/jws2020/issuing have an expiration date to the 12/31/2024
Steps to Reproduce
Steps to reproduce the behavior:
LdpIssuerTest
suite specificallyContext Information
Detailed Description
When creating a PR, tests failed with this error:
Possible Implementation
The quick fix is to update the expiration date of the VC, but this will not resolve the problem in the long run.
The text was updated successfully, but these errors were encountered: