Skip to content

Contact channel APIs #2065

Contact channel APIs

Contact channel APIs #2065

Triggered via pull request October 1, 2024 04:26
Status Failure
Total duration 8m 22s
Artifacts

e2e-api-tests.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts > create contact channel on the client: apps/e2e/tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts#L33
Error: Snapshot `create contact channel on the client 4` mismatched - Expected + Received - [ - { - "id": "<stripped UUID>", - "is_primary": true, - "is_verified": true, - "type": "email", - "used_for_auth": true, - "value": "<stripped UUID>@stack-generated.example.com", - }, - { - "id": "<stripped UUID>", - "is_primary": false, - "is_verified": false, - "type": "email", - "used_for_auth": true, - "value": "[email protected]", - }, - ] + undefined ❯ tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts:33:43
tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts > create contact channel on the server: apps/e2e/tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts#L118
Error: Snapshot `create contact channel on the server 4` mismatched - Expected + Received - [ - { - "id": "<stripped UUID>", - "is_primary": true, - "is_verified": true, - "type": "email", - "used_for_auth": true, - "value": "<stripped UUID>@stack-generated.example.com", - }, - { - "id": "<stripped UUID>", - "is_primary": false, - "is_verified": true, - "type": "email", - "used_for_auth": false, - "value": "[email protected]", - }, - ] + undefined ❯ tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts:118:46
tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts > delete contact channel on the client: apps/e2e/tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts#L148
Error: Snapshot `delete contact channel on the client 3` mismatched - Expected + Received - [ - { - "id": "<stripped UUID>", - "is_primary": true, - "is_verified": true, - "type": "email", - "used_for_auth": true, - "value": "<stripped UUID>@stack-generated.example.com", - }, - ] + undefined ❯ tests/backend/endpoints/api/v1/contact-channels/contact-channels.test.ts:148:44
build (22.x)
Process completed with exit code 1.
build (20.x)
The job was canceled because "_22_x" failed.
build (20.x)
The operation was canceled.
build (22.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/