We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f666269 commit 5e16534Copy full SHA for 5e16534
packages/openapi-react-query/test/index.test.tsx
@@ -325,7 +325,7 @@ describe("client", () => {
325
path: "/string-array",
326
status: 200,
327
headers: {
328
- "Content-Length": "10"
+ "Content-Length": "10",
329
},
330
body: undefined,
331
});
@@ -350,7 +350,7 @@ describe("client", () => {
350
351
352
353
- "Content-Length": "0"
+ "Content-Length": "0",
354
355
356
0 commit comments