From edac525424cf580e1e0e82c54339d0da12ca7b92 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Mon, 6 Mar 2023 10:24:45 +0000 Subject: [PATCH] remove import --- packages/server/src/integrations/tests/googlesheets.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/integrations/tests/googlesheets.spec.ts b/packages/server/src/integrations/tests/googlesheets.spec.ts index f832f86954..1e28be33c6 100644 --- a/packages/server/src/integrations/tests/googlesheets.spec.ts +++ b/packages/server/src/integrations/tests/googlesheets.spec.ts @@ -30,7 +30,6 @@ import { structures } from "@budibase/backend-core/tests" import TestConfiguration from "../../tests/utilities/TestConfiguration" import GoogleSheetsIntegration from "../googlesheets" import { FieldType, Table, TableSchema } from "../../../../types/src/documents" -import environment from "../../environment" describe("Google Sheets Integration", () => { let integration: any,