fix(fetch): restore urlEncodeParameters support for the fetch client (#3343) #752
Annotations
6 errors and 1 notice
|
pr-checks (ubuntu-latest, 22.x)
Process completed with exit code 1.
|
|
[orval-tests] api-generation.spec.ts > API Generation Snapshots > tests/generated/fetch/url-encode-parameters/model/listPetsParams.ts:
test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > tests/generated/fetch/url-encode-parameters/model/listPetsParams.ts 1` mismatched
- Expected
+ Received
@@ -10,12 +10,12 @@
/**
* How many items to return at one time (max 100)
*/
limit?: string;
/**
- * Which property to sort by?
+ * Which property to sort by?
- Example: name sorts ASC while -name sorts DESC.
+ * Example: name sorts ASC while -name sorts DESC.
-
- */
+ *
+ */
sort: ListPetsSort;
};
❯ ../test-utils/snapshot-testing.ts:75:9
|
|
[orval-tests] api-generation.spec.ts > API Generation Snapshots > tests/generated/fetch/url-encode-parameters/model/createPetsParams.ts:
test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > tests/generated/fetch/url-encode-parameters/model/createPetsParams.ts 1` mismatched
- Expected
+ Received
@@ -10,12 +10,12 @@
/**
* How many items to return at one time (max 100)
*/
limit?: string;
/**
- * Which property to sort by?
+ * Which property to sort by?
- Example: name sorts ASC while -name sorts DESC.
+ * Example: name sorts ASC while -name sorts DESC.
-
- */
+ *
+ */
sort: CreatePetsSort;
};
❯ ../test-utils/snapshot-testing.ts:75:9
|
|
pr-checks (ubuntu-latest, 22.x)
orval-tests#test:snapshots: command (/home/runner/work/orval/orval/tests) /home/runner/.bun/bin/bun run test:snapshots exited (1)
|
|
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
|