Merge pull request #5 from PythonTilk/backend #17
test.yml
on: push
Annotations
5 errors
|
Security Tests
Process completed with exit code 1.
|
|
Frontend Tests
Process completed with exit code 1.
|
|
src/lib/api.test.ts > API Client > should create correct file download URL:
src/lib/api.test.ts#L18
AssertionError: expected 'http://localhost:12001/api/files/test…' to be 'http://localhost:3001/api/files/test-…' // Object.is equality
- Expected
+ Received
- http://localhost:3001/api/files/test-file-123/download
+ http://localhost:12001/api/files/test-file-123/download
❯ src/lib/api.test.ts:18:20
|
|
Frontend Tests
Process completed with exit code 1.
|
|
Frontend Tests
Process completed with exit code 2.
|