Skip to content

Bugfix/fix 500 server errors #340

Bugfix/fix 500 server errors

Bugfix/fix 500 server errors #340

Triggered via pull request March 24, 2026 16:32
Status Failure
Total duration 13m 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Unit Tests
Process completed with exit code 1.
src/actions/search/__tests__/domain.spec.ts > performSearch > queries Upstash Search with expected config: src/actions/search/__tests__/domain.spec.ts#L60
AssertionError: expected "vi.fn()" to be called with arguments: [ { query: 'typescript', limit: 4 } ] Received: 1st vi.fn() call: [ { "limit": 4, "query": "typescript", + "reranking": true, }, ] Number of calls: 1 ❯ src/actions/search/__tests__/domain.spec.ts:60:22