1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Updating test so that it doesn't chain.

This commit is contained in:
mike12345567 2020-12-07 17:42:31 +00:00
parent 616f3bc81c
commit bc9a8ef0e3

View file

@ -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