Rewrite to add API #90
Annotations
6 errors
tests/api/fetch.ts#L91
Error: ApiError: [400] Error: Cloning into './data'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
❯ Module.apiFetch tests/api/fetch.ts:91:11
❯ tests/backend/admin/firstrun.test.ts:22:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { error: 'Error: Cloning into \'./data\'...\ngit@github.com: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n', code: 400 }
|
tests/api/fetch.ts#L91
Error: ApiError: [400] Error: Cloning into './data'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
❯ Module.apiFetch tests/api/fetch.ts:91:11
❯ tests/backend/admin/firstrun.test.ts:35:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { error: 'Error: Cloning into \'./data\'...\ngit@github.com: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n', code: 400 }
|
tests/api/fetch.ts#L91
Error: ApiError: [400] Error: Cloning into './data'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
❯ Module.apiFetch tests/api/fetch.ts:91:11
❯ tests/backend/admin/firstrun.test.ts:40:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { error: 'Error: Cloning into \'./data\'...\ngit@github.com: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n', code: 400 }
|
tests/backend/admin/repo/get.test.ts#L10
AssertionError: expected Error: ApiError: [404] Error 404 at GET /… { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
- "code": 401,
+ "code": 404,
}
❯ tests/backend/admin/repo/get.test.ts:10:3
|
tests/backend/admin/repo/get.test.ts#L16
AssertionError: expected Error: ApiError: [404] Error 404 at GET /… { …(2) } to match object { code: 400 }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
- "code": 400,
+ "code": 404,
}
❯ tests/backend/admin/repo/get.test.ts:16:3
|
|
This job failed
Loading