Skip to content

Commit 65bce5f

Browse files
committed
fix: add key to mock execution step
1 parent fcc8bb9 commit 65bce5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/apps/toolbox/__tests__/actions/for-each/get-data-out-metadata.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe('getDataOutMetadata', () => {
1414
errorDetails: {},
1515
status: 'success' as const,
1616
appKey: 'toolbox',
17+
key: 'forEach',
1718
createdAt: '2023-01-01T00:00:00Z',
1819
updatedAt: '2023-01-01T00:00:00Z',
1920
metadata: {},

0 commit comments

Comments
 (0)