w3c-ccg / vc-api-issuer-test-suite

Test Suite for Issuers that implement the VC HTTP API

Home Page:https://w3c-ccg.github.io/vc-api-issuer-test-suite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests need to be updated to assert on `verifiableCredential`

aljones15 opened this issue · comments

Vc-API has been updated here: https://w3c-ccg.github.io/vc-api/#issue-credential

When issuing a Vc the post needs to contain credential and the response will return the signed Vc in verifiableCredential.
There is also code in the implementations package that will need to account for this too.