Skip to content

DEV deploy - @devksingh4 #55

DEV deploy - @devksingh4

DEV deploy - @devksingh4 #55

Triggered via pull request November 12, 2024 19:55
Status Failure
Total duration 45s
Artifacts

deploy-dev.yml

on: pull_request
Run Unit Tests
31s
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

4 errors and 1 warning
tests/unit/auth.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "scan:tickets", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
tests/unit/discordEvent.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "scan:tickets", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
tests/unit/eventPost.test.ts > Test happy path: tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) } - Expected + Received Object { "roles": Array [ "manage:events", + "scan:tickets", ], "username": "[email protected]", } ❯ tests/unit/auth.test.ts:49:20
Run Unit Tests
Process completed with exit code 2.
Run Unit Tests: tests/unit/organizations.test.ts#L11
'responseDataJson' is assigned a value but never used. Allowed unused vars must match /^_/u