vcs
vcs copied to clipboard
Verifier issuer, holder and subject are the different
12. Verifier must handle variations on issuer, holder and subject
issuer, holder and subject are the same
✓ should pass (849ms)
issuer, holder and subject are the different
✕ should pass (257ms)
Expected: 200
Received: 400
377 | const res = await help.postJson(endpoint, body);
378 | // console.log(res.body);
> 379 | expect(res.status).toBe(200);
| ^
380 | solutions.push(vp);
381 | })
382 | );