Test fixes
This commit is contained in:
parent
1fd7685a7b
commit
7583864d73
|
@ -16,7 +16,7 @@ describe("Branching automations", () => {
|
|||
name: testName,
|
||||
})
|
||||
const automation = await builder
|
||||
.webhook({ fields: { parameter: "string" } })
|
||||
.webhook({ body: { parameter: "string" } })
|
||||
.createRow({
|
||||
row: { tableId: table._id!, name: "{{ trigger.parameter }}" },
|
||||
})
|
||||
|
|
|
@ -297,7 +297,7 @@ export type RowUpdatedTriggerOutputs = {
|
|||
row: Row
|
||||
id: string
|
||||
revision?: string
|
||||
oldRow: Row
|
||||
oldRow?: Row
|
||||
}
|
||||
|
||||
export type WebhookTriggerInputs = {
|
||||
|
|
Loading…
Reference in New Issue