Skip to content

DEV deploy - @devksingh4 #31

DEV deploy - @devksingh4

DEV deploy - @devksingh4 #31

Triggered via pull request September 2, 2024 21:32
Status Failure
Total duration 43s
Artifacts

deploy-dev.yml

on: pull_request
Run Unit Tests
32s
Run Unit Tests
Deploy to AWS DEV
0s
Deploy to AWS DEV
Run Live Integration Tests
0s
Run Live Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/unit/eventPost.test.ts > Happy path: Adding a non-repeating, featured, paid event: tests/unit/eventPost.test.ts#L157
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "id": "72101c28-29d6-467c-a13f-b2f23e67ad0b", - "resource": "/api/v1/event/72101c28-29d6-467c-a13f-b2f23e67ad0b", + "resource": "/api/v1/events/72101c28-29d6-467c-a13f-b2f23e67ad0b", } ❯ tests/unit/eventPost.test.ts:157:28
tests/unit/eventPost.test.ts > Happy path: Adding a weekly repeating, non-featured, paid event: tests/unit/eventPost.test.ts#L189
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "id": "5e779a02-81fa-4c26-834b-71148c403310", - "resource": "/api/v1/event/5e779a02-81fa-4c26-834b-71148c403310", + "resource": "/api/v1/events/5e779a02-81fa-4c26-834b-71148c403310", } ❯ tests/unit/eventPost.test.ts:189:28
Run Unit Tests
Process completed with exit code 2.