Skip to content

fix(zod): parser generation when content-type contains charset precision #828

fix(zod): parser generation when content-type contains charset precision

fix(zod): parser generation when content-type contains charset precision #828

Triggered via pull request May 24, 2026 12:02
@mellowaremelloware
synchronize #3430
O3285
Status Failure
Total duration 3m 40s
Artifacts

pr-checks.yaml

on: pull_request
Matrix: pr-checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 notice
pr-checks (ubuntu-latest, 22.x)
Process completed with exit code 1.
pr-checks (ubuntu-latest, 22.x)
angular-query#test:snapshots: command (/home/runner/work/orval/orval/samples/angular-query) /home/runner/.bun/bin/bun run test:snapshots exited (1)
[react-query-basic] api-generation.spec.ts > API Generation Snapshots > samples/react-query/basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.msw.ts: test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > samples/react-query/basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.msw.ts 1` mismatched - Expected + Received @@ -75,11 +75,11 @@ export const getShowPetByIdResponseMock = () => (() => ({ id: faker.number.int({ min: 1, max: 99 }), name: faker.person.firstName(), - tag: faker.helpers.arrayElement([faker.word.sample(), void 0]), + tag: faker.helpers.arrayElement([faker.word.sample(), undefined]), }))(); export const getListPetsMockHandler = ( overrideResponse?: | PetsArray ❯ ../../../test-utils/snapshot-testing.ts:75:9
[react-query-basic] api-generation.spec.ts > API Generation Snapshots > samples/react-query/basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.faker.ts: test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > samples/react-query/basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.faker.ts 1` mismatched - Expected + Received @@ -72,8 +72,8 @@ export const getShowPetByIdResponseMock = () => (() => ({ id: faker.number.int({ min: 1, max: 99 }), name: faker.person.firstName(), - tag: faker.helpers.arrayElement([faker.word.sample(), void 0]), + tag: faker.helpers.arrayElement([faker.word.sample(), undefined]), }))(); ❯ ../../../test-utils/snapshot-testing.ts:75:9
[angular-query] api-generation.spec.ts > API Generation Snapshots > samples/angular-query/src/api/endpoints/pets/pets.msw.ts: test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > samples/angular-query/src/api/endpoints/pets/pets.msw.ts 1` mismatched - Expected + Received @@ -85,11 +85,11 @@ export const getShowPetByIdResponseMock = () => (() => ({ id: faker.number.int({ min: 1, max: 99 }), name: faker.person.firstName(), - tag: faker.helpers.arrayElement([faker.word.sample(), void 0]), + tag: faker.helpers.arrayElement([faker.word.sample(), undefined]), }))(); export const getUpdatePetResponseMock = ( overrideResponse: Partial<Extract<Pet, object>> = {}, ): Pet => ({ ❯ ../../test-utils/snapshot-testing.ts:75:9
pr-checks (windows-latest, 22.x)
The strategy configuration was canceled because "pr-checks.ubuntu-latest_22_x" failed
pr-checks (windows-latest, 22.x)
The operation was canceled.
pr-checks (windows-latest, 22.x)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026