wallet
wallet copied to clipboard
Investigate intermittent issue in OIDC automation tests
The User presents credential through OIDC Share: already signed-in
step keeps failing intermittently in CI across numerous runs. We need to find out why this is happening and how to resolve it.
https://github.com/trustbloc/wallet/runs/7454997176?check_suite_focus=true#step:4:2801
Can reproduce this locally (intermittently):
ERROR: failed to validate presentation : JSON unmarshalling of verifiable presentation: invalid character 'u' looking for beginning of value
Throws here in mock adapter: https://github.com/trustbloc/wallet/blob/main/test/mock/adapter/adapter.go#L461-L473