vcs icon indicating copy to clipboard operation
vcs copied to clipboard

Verifier issuer, holder and subject are the different

Open troyronda opened this issue 4 years ago • 0 comments

    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 |               );

troyronda avatar Apr 17 '20 02:04 troyronda