Skip to content

Commit 902224b

Browse files
committed
fix: failing tests
1 parent 3647233 commit 902224b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/src/graphql/__tests__/mutations/delete-step.itest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ describe('deleteStep mutation', () => {
4444
testSteps = await Promise.all([
4545
generateMockStep(
4646
context,
47-
'newSubmission',
48-
'formsg',
47+
'catchRawWebhook',
48+
'custom-api',
4949
'trigger',
5050
testFlow.id,
5151
1,

0 commit comments

Comments
 (0)