From 2750b806c2b34ac9dfbc5b2b330b1c43a5b1c96f Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 5 Dec 2024 10:51:38 +0000 Subject: [PATCH] Remove focus test. --- packages/server/src/api/routes/tests/datasource.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/api/routes/tests/datasource.spec.ts b/packages/server/src/api/routes/tests/datasource.spec.ts index 4d46a51173..2b8ef6610c 100644 --- a/packages/server/src/api/routes/tests/datasource.spec.ts +++ b/packages/server/src/api/routes/tests/datasource.spec.ts @@ -638,7 +638,7 @@ if (datasources.length) { ) }) - it.only("should be able to export and reimport a schema", async () => { + it("should be able to export and reimport a schema", async () => { let { schema } = await config.api.datasource.externalSchema( datasource )