From bc9a8ef0e37cb7688d269ac5d84a6c716d64e127 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 7 Dec 2020 17:42:31 +0000 Subject: [PATCH] Updating test so that it doesn't chain. --- packages/server/src/api/routes/tests/automation.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/api/routes/tests/automation.spec.js b/packages/server/src/api/routes/tests/automation.spec.js index 226bbad226..633926195a 100644 --- a/packages/server/src/api/routes/tests/automation.spec.js +++ b/packages/server/src/api/routes/tests/automation.spec.js @@ -164,7 +164,6 @@ describe("/automations", () => { describe("trigger", () => { it("trigger the automation successfully", async () => { let table = await createTable(request, appId) - TEST_AUTOMATION.definition.trigger.inputs.tableId = table._id TEST_AUTOMATION.definition.steps[0].inputs.row.tableId = table._id await createAutomation() // this looks a bit mad but we don't actually have a way to wait for a response from the automation to