Skip to content

Fix upstream Github response status change for creating a workflow dispatch event #1202

Fix upstream Github response status change for creating a workflow dispatch event

Fix upstream Github response status change for creating a workflow dispatch event #1202

Re-run triggered December 19, 2025 23:49
Status Failure
Total duration 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
Process completed with exit code 1.
src/api.spec.ts > API > dispatchWorkflow > should throw if a non-204 status is returned: src/api.spec.ts#L162
AssertionError: expected [Function] to throw error including 'Failed to dispatch action, expected 2…' but got 'Failed to dispatch action, expected 2…' Expected: "Failed to dispatch action, expected 204 but received 401" Received: "Failed to dispatch action, expected 200 or 204 but received 401" ❯ src/api.spec.ts:162:7