Skip to content

refactor(tests): streamline HTTP method validation tests and enhance … #14

refactor(tests): streamline HTTP method validation tests and enhance …

refactor(tests): streamline HTTP method validation tests and enhance … #14

Triggered via push July 12, 2025 06:54
Status Failure
Total duration 22s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
error: Body already used: tests/index.test.ts#L495
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:495:36)
error: expect(received).toBe(expected): tests/index.test.ts#L406
Expected: 502 Received: 200 at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:406:31)
error: expect(received).toBe(expected): tests/index.test.ts#L394
Expected: true Received: false at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:394:31)
error: expect(received).toBe(expected): tests/index.test.ts#L215
Expected: 502 Received: 200 at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:215:32)
error: Body already used: tests/index.test.ts#L196
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:196:36)
error: expect(received).toBe(expected): tests/index.test.ts#L179
Expected: 504 Received: 200 at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:179:31)
error: Body already used: tests/index.test.ts#L137
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:137:36)
error: Body already used: tests/index.test.ts#L125
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:125:36)
error: expect(received).toBe(expected): tests/index.test.ts#L112
Expected: "GET" Received: undefined at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:112:27)
error: expect(received).toBe(expected): tests/http-method-validation.test.ts#L71
Expected: 200 Received: 502 at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/http-method-validation.test.ts:71:31)