fix: Adjust step factory to use objection instead of knex

This commit is contained in:
Faruk AYDIN
2024-03-20 02:03:31 +01:00
parent bddd9896e4
commit 4a99d5eab7
2 changed files with 11 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ describe('graphQL getFlow query', () => {
id: actionStep.id,
key: 'translateText',
parameters: {},
position: 1,
position: 2,
status: actionStep.status,
type: 'action',
webhookUrl: 'http://localhost:3000/null',
@@ -223,7 +223,7 @@ describe('graphQL getFlow query', () => {
id: actionStep.id,
key: 'translateText',
parameters: {},
position: 1,
position: 2,
status: actionStep.status,
type: 'action',
webhookUrl: 'http://localhost:3000/null',