DEV deploy - @devksingh4 #433
deploy-dev.yml
on: pull_request
Run Unit Tests
2m 10s
Deploy to DEV and Run Tests
4m 9s
Annotations
8 errors and 10 warnings
tests/live/events.test.ts > deleting a previously-created event:
tests/live/events.test.ts#L112
AssertionError: expected 403 to be 204 // Object.is equality
- Expected
+ Received
- 204
+ 403
❯ tests/live/events.test.ts:112:29
|
tests/live/events.test.ts > check that deleted events cannot be found:
tests/live/events.test.ts#L125
AssertionError: expected 200 to be 404 // Object.is equality
- Expected
+ Received
- 404
+ 200
❯ tests/live/events.test.ts:125:29
|
tests/live/iam.test.ts > inviting users to tenant:
tests/live/iam.test.ts#L46
AssertionError: expected 403 to be 202 // Object.is equality
- Expected
+ Received
- 202
+ 403
❯ tests/live/iam.test.ts:46:27
|
tests/live/iam.test.ts > getting group roles:
tests/live/iam.test.ts#L63
AssertionError: expected 403 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 403
❯ tests/live/iam.test.ts:63:27
|
tests/live/protected.test.ts > Role checking live API tests > Test that getting metadata succeeds:
tests/live/protected.test.ts#L26
AssertionError: expected 403 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 403
❯ tests/live/protected.test.ts:26:29
|
tests/live/stripe.test.ts > Stripe live API authentication > Test that getting existing links succeeds:
tests/live/stripe.test.ts#L43
AssertionError: expected 403 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 403
❯ tests/live/stripe.test.ts:43:31
|
tests/live/tickets.test.ts > Tickets live API tests > Test that getting metadata succeeds:
tests/live/tickets.test.ts#L25
AssertionError: expected 403 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 403
❯ tests/live/tickets.test.ts:25:29
|
Deploy to DEV and Run Tests
Process completed with exit code 2.
|
Run Unit Tests:
src/api/build.js#L72
Unexpected console statement
|
Run Unit Tests:
src/api/build.js#L74
Unexpected console statement
|
Run Unit Tests:
src/api/build.js#L84
Unexpected console statement
|
Run Unit Tests:
src/api/build.js#L86
Unexpected console statement
|
Run Unit Tests:
src/api/components/index.ts#L40
Unexpected any. Specify a different type
|
Run Unit Tests:
src/api/functions/authorization.ts#L6
'FastifyInstance' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/discord.ts#L16
'getSecretValue' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/discord.ts#L17
'genericConfig' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/discord.ts#L18
'SecretsManagerClient' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/linkry.ts#L117
Unexpected console statement
|