fix: Adjust step factory to use objection instead of knex
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user