diff --git a/packages/server/src/integrations/tests/googlesheets.spec.ts b/packages/server/src/integrations/tests/googlesheets.spec.ts index 186388740a..1e28be33c6 100644 --- a/packages/server/src/integrations/tests/googlesheets.spec.ts +++ b/packages/server/src/integrations/tests/googlesheets.spec.ts @@ -113,6 +113,9 @@ describe("Google Sheets Integration", () => { "description", "location", ]) + + // No undefineds are sent + expect((sheet.setHeaderRow as any).mock.calls[0][0]).toHaveLength(3) }) }) })