feat: Add jsonld tests #1840
Annotations
6 errors and 1 notice
tests/credential/issue-verify-flow.spec.ts#L17
1) [chromium] › credential/issue-verify-flow.spec.ts:9:1 › Issue a jwt credential ───────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 403
15 | });
16 | expect(response).toBeOK();
> 17 | expect(response.status()).toBe(StatusCodes.OK);
| ^
18 | });
19 |
20 | test(' Issue a jsonLD credential', async ({ request }) => {
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:17:28
|
tests/credential/issue-verify-flow.spec.ts#L17
1) [chromium] › credential/issue-verify-flow.spec.ts:9:1 › Issue a jwt credential ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 403
15 | });
16 | expect(response).toBeOK();
> 17 | expect(response.status()).toBe(StatusCodes.OK);
| ^
18 | });
19 |
20 | test(' Issue a jsonLD credential', async ({ request }) => {
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:17:28
|
tests/credential/issue-verify-flow.spec.ts#L17
1) [chromium] › credential/issue-verify-flow.spec.ts:9:1 › Issue a jwt credential ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 403
15 | });
16 | expect(response).toBeOK();
> 17 | expect(response.status()).toBe(StatusCodes.OK);
| ^
18 | });
19 |
20 | test(' Issue a jsonLD credential', async ({ request }) => {
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:17:28
|
tests/credential/issue-verify-flow.spec.ts#L28
2) [chromium] › credential/issue-verify-flow.spec.ts:20:1 › Issue a jsonLD credential ───────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 403
26 | });
27 | expect(response).toBeOK();
> 28 | expect(response.status()).toBe(StatusCodes.OK);
| ^
29 | });
30 |
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:28:28
|
tests/credential/issue-verify-flow.spec.ts#L28
2) [chromium] › credential/issue-verify-flow.spec.ts:20:1 › Issue a jsonLD credential ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 403
26 | });
27 | expect(response).toBeOK();
> 28 | expect(response.status()).toBe(StatusCodes.OK);
| ^
29 | });
30 |
at /home/runner/work/credential-service/credential-service/tests/credential/issue-verify-flow.spec.ts:28:28
|
|
2 failed
[chromium] › credential/issue-verify-flow.spec.ts:9:1 › Issue a jwt credential ────────────────
[chromium] › credential/issue-verify-flow.spec.ts:20:1 › Issue a jsonLD credential ────────────
1 interrupted
[chromium] › credential-status/credential-status.spec.ts:44:1 › Update encrypted StatusList2021 for user with testnet role but network is mainnet
37 did not run
7 passed (33.1s)
|
The logs for this run have expired and are no longer available.
Loading