diff --git a/packages/swagger-tanstack-query/src/components/Mutation.test.tsx b/packages/swagger-tanstack-query/src/components/Mutation.test.tsx
index 3eebd85f5..ecc71a0ce 100644
--- a/packages/swagger-tanstack-query/src/components/Mutation.test.tsx
+++ b/packages/swagger-tanstack-query/src/components/Mutation.test.tsx
@@ -43,6 +43,7 @@ describe('', async () => {
client: {
importPath: '@kubb/swagger-client/client',
},
+ parser: undefined,
}
const plugin = { options } as KubbPlugin
diff --git a/packages/swagger-tanstack-query/src/components/Query.test.tsx b/packages/swagger-tanstack-query/src/components/Query.test.tsx
index 99523fd57..fa9f435a0 100644
--- a/packages/swagger-tanstack-query/src/components/Query.test.tsx
+++ b/packages/swagger-tanstack-query/src/components/Query.test.tsx
@@ -44,6 +44,7 @@ describe('', async () => {
client: {
importPath: '@kubb/swagger-client/client',
},
+ parser: undefined,
}
const plugin = { options } as KubbPlugin