fix(fetch): restore urlEncodeParameters support for the fetch client (#3343) #752
Annotations
4 errors
|
Verify snapshot
Process completed with exit code 1.
|
|
Verify snapshot:
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
|
|
Verify snapshot:
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
|
|
Verify snapshot
orval-tests#test:snapshots: command (/home/runner/work/orval/orval/tests) /home/runner/.bun/bin/bun run test:snapshots exited (1)
|
background
wait
wait-all
cancel
parallel
Loading