Skip to content

test: add unit tests for webhook with retry_count fix #42

test: add unit tests for webhook with retry_count fix

test: add unit tests for webhook with retry_count fix #42

Triggered via push March 10, 2026 18:45
Status Failure
Total duration 38s
Artifacts
build-and-push
32s
build-and-push
test-docker-image
0s
test-docker-image
create-release
0s
create-release
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build-and-push
Process completed with exit code 2.
build-and-push: src/lib/fingerprint.test.ts#L258
Argument of type '{ rows: { id: string; deep_link_data: {}; }[]; }' is not assignable to parameter of type 'void'.
build-and-push: src/lib/fingerprint.test.ts#L257
Argument of type '{ rows: never[]; }' is not assignable to parameter of type 'void'.
build-and-push: src/lib/fingerprint.test.ts#L225
Argument of type '{ rows: { click_id: string; link_id: string; clicked_at: string; attribution_window_hours: number; ip_address: string; user_agent: string; timezone: string; language: string; screen_width: number; screen_height: number; platform: string; platform_version: string; }[]; }' is not assignable to parameter of type 'void'.
build-and-push: src/lib/fingerprint.test.ts#L206
Argument of type '{ rows: { click_id: string; link_id: string; clicked_at: string; attribution_window_hours: number; ip_address: string; user_agent: string; timezone: string; language: string; screen_width: number; screen_height: number; platform: string; platform_version: string; }[]; }' is not assignable to parameter of type 'void'.
build-and-push: src/lib/fingerprint.test.ts#L164
Argument of type '{ rows: never[]; }' is not assignable to parameter of type 'void'.