merge conflict bug fix #143
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 4 warnings
GET /profile › fails to get a profile that doesn't exist:
src/services/profile/profile-router.test.ts#L81
expected 404 "Not Found", got 400 "Bad Request"
at services/profile/profile-router.test.ts:81:55
at services/profile/profile-router.test.ts:8:71
at Object.<anonymous>.__awaiter (services/profile/profile-router.test.ts:4:12)
at Object.<anonymous> (services/profile/profile-router.test.ts:80:64)
----
at Test._assertStatus (../node_modules/supertest/lib/test.js:252:14)
at ../node_modules/supertest/lib/test.js:308:13
at Test._assertFunction (../node_modules/supertest/lib/test.js:285:13)
at Test.assert (../node_modules/supertest/lib/test.js:164:23)
at Server.localAssert (../node_modules/supertest/lib/test.js:120:14)
|
GET /profile/id/:USERID › gets a user that doesnt exist:
src/services/profile/profile-router.test.ts#L118
expected 404 "Not Found", got 400 "Bad Request"
at services/profile/profile-router.test.ts:118:71
at fulfilled (services/profile/profile-router.test.ts:5:58)
----
at Test._assertStatus (../node_modules/supertest/lib/test.js:252:14)
at ../node_modules/supertest/lib/test.js:308:13
at Test._assertFunction (../node_modules/supertest/lib/test.js:285:13)
at Test.assert (../node_modules/supertest/lib/test.js:164:23)
at Server.localAssert (../node_modules/supertest/lib/test.js:120:14)
|
test
Process completed with exit code 1.
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|