OJ-3227 - Implement initial issue-credential function #1865
check-pr.yml
on: pull_request
Preview
/
Build SAM app
1m 7s
pre-commit
25s
Run tests
/
Unit
1m 33s
Run tests
/
SFN - Mocked
4m 7s
Run tests
/
Contact Tests
1m 18s
Run tests
/
SFN - AWS
1m 38s
Run tests
/
EVN - CRED
Annotations
4 errors
|
Run tests / Contact Tests
Process completed with exit code 1.
|
|
Run tests / API
Process completed with exit code 1.
|
|
Retry Scenario Path Tests › Should generate a CI when failing the nino check:
integration-tests/api-gateway/e2e/e2e-retry-path.test.ts#L158
expect(received).toEqual(expected) // deep equality
Expected: 200
Received: 400
at Object.<anonymous> (e2e/e2e-retry-path.test.ts:158:36)
|
|
End to end happy path journey › Should receive a successful VC when valid name and NINO are entered:
integration-tests/api-gateway/e2e/e2e-happy-path.test.ts#L139
expect(received).toEqual(expected) // deep equality
Expected: 200
Received: 400
at Object.<anonymous> (e2e/e2e-happy-path.test.ts:139:36)
|