fix(api): 🩹 Switch from stepId to id (for Zapier)
This commit is contained in:
@ -49,7 +49,7 @@ test('can get webhook steps', async ({ request }) => {
|
||||
const { steps } = await response.json()
|
||||
expect(steps).toHaveLength(1)
|
||||
expect(steps[0]).toEqual({
|
||||
stepId: 'step1',
|
||||
id: 'step1',
|
||||
blockId: 'block1',
|
||||
name: 'Block #1 > step1',
|
||||
})
|
||||
|
Reference in New Issue
Block a user