test: add step name to update step request
This commit is contained in:
@@ -85,6 +85,7 @@ export const addWebhookFlow = async (request, token) => {
|
||||
const triggerStep = await updateFlowStep(request, token, triggerStepId, {
|
||||
appKey: 'webhook',
|
||||
key: 'catchRawWebhook',
|
||||
name: 'Webhook',
|
||||
parameters: {
|
||||
workSynchronously: false,
|
||||
},
|
||||
@@ -95,6 +96,7 @@ export const addWebhookFlow = async (request, token) => {
|
||||
await updateFlowStep(request, token, actionStepId, {
|
||||
appKey: 'webhook',
|
||||
key: 'respondWith',
|
||||
name: 'Webhook',
|
||||
parameters: {
|
||||
statusCode: '200',
|
||||
body: 'ok',
|
||||
|
||||
Reference in New Issue
Block a user