Skip to content

Chore/improve telemetry #84

Chore/improve telemetry

Chore/improve telemetry #84

Triggered via pull request March 1, 2026 20:47
Status Failure
Total duration 1m 41s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 1.
src/domain/services/imports/get-detailed-user-import-by-id.spec.ts > get user import > should be able to get user import by id: apps/backend/src/domain/services/imports/get-detailed-user-import-by-id.spec.ts#L20
AssertionError: expected { …(9) } to deeply equal { …(9) } - Expected + Received @@ -69,20 +69,20 @@ "series_type": "TV", "update_on_import": 0, }, "createdAt": 2026-03-01T20:49:02.055Z, "endDate": null, - "id": "e8d9c6f8-3082-4e0b-ab15-f02ebd91ef77", + "id": "558510aa-9bd8-4a30-941d-a1f4f6c55bdb", "importId": "960f63e3-4554-45bb-a443-038ce1e2eb70", - "importStatus": "COMPLETED", - "name": "The Master and Margarita", - "seriesEpisodes": 82, + "importStatus": "NOT_STARTED", + "name": "The Corrections", + "seriesEpisodes": 94, "startDate": null, "tmdbId": null, "updatedAt": 2026-03-01T20:49:02.055Z, - "userItemStatus": "DROPPED", - "watchedEpisodes": 3, + "userItemStatus": "WATCHING", + "watchedEpisodes": 72, }, { "__metadata": { "my_comments": "", "my_discuss": 1, @@ -108,20 +108,20 @@ "series_type": "TV", "update_on_import": 0, }, "createdAt": 2026-03-01T20:49:02.055Z, "endDate": null, - "id": "2822ea1b-9f97-4596-8103-3f3b697d17c7", + "id": "e8d9c6f8-3082-4e0b-ab15-f02ebd91ef77", "importId": "960f63e3-4554-45bb-a443-038ce1e2eb70", "importStatus": "COMPLETED", - "name": "Tinker, Tailor, Soldier, Spy", - "seriesEpisodes": 78, + "name": "The Master and Margarita", + "seriesEpisodes": 82, "startDate": null, "tmdbId": null, "updatedAt": 2026-03-01T20:49:02.055Z, - "userItemStatus": "WATCHING", - "watchedEpisodes": 66, + "userItemStatus": "DROPPED", + "watchedEpisodes": 3, }, { "__metadata": { "my_comments": "", "my_discuss": 1, @@ -147,20 +147,20 @@ "series_type": "TV", "update_on_import": 0, }, "createdAt": 2026-03-01T20:49:02.055Z, "endDate": null, - "id": "558510aa-9bd8-4a30-941d-a1f4f6c55bdb", + "id": "2822ea1b-9f97-4596-8103-3f3b697d17c7", "importId": "960f63e3-4554-45bb-a443-038ce1e2eb70", - "importStatus": "NOT_STARTED", - "name": "The Corrections", - "seriesEpisodes": 94, + "importStatus": "COMPLETED", + "name": "Tinker, Tailor, Soldier, Spy", + "seriesEpisodes": 78, "startDate": null, "tmdbId": null, "updatedAt": 2026-03-01T20:49:02.055Z, "userItemStatus": "WATCHING", - "watchedEpisodes": 72, + "watchedEpisodes": 66, }, { "__metadata": { "my_comments": "", "my_discuss": 1, ❯ src/domain/services/imports/get-detailed-user-import-by-id.spec.ts:20:17