Fix upstream Github response status change for creating a workflow dispatch event #1202
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
|