Skip to content

Commit 6cfc9a4

Browse files
committed
fix failing test
1 parent 2bdd2cf commit 6cfc9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/backend/src/graphql/__tests__/mutations/ai/generate-ai-steps.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ describe('generateAiSteps mutation', () => {
117117
{
118118
input: {
119119
prompt: 'gibberish',
120+
isFormMode: true,
121+
sessionId: '123',
120122
},
121123
},
122124
context,

0 commit comments

Comments
 (0)