From f39c60591f74e6a7d08268c10d478cafcf0030fb Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Thu, 11 Apr 2024 09:10:56 +0100 Subject: [PATCH] tests: remove errant .only --- integration-tests/cli/test/execute-workflow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/cli/test/execute-workflow.test.ts b/integration-tests/cli/test/execute-workflow.test.ts index 550128c7c..8060ed4a3 100644 --- a/integration-tests/cli/test/execute-workflow.test.ts +++ b/integration-tests/cli/test/execute-workflow.test.ts @@ -148,7 +148,7 @@ test.serial( } ); -test.serial.only( +test.serial( `openfn ${jobsPath}/wf-errors.json -iS "{ \\"data\\": { \\"number\\": 32 } }"`, async (t) => { const { err } = await run(t.title);