Skip to content

Commit 729f7cb

Browse files
fix(test): remove schedule_interval from WorkflowCreatePayload to match upstream/main type
1 parent ec0cd71 commit 729f7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/testing/unit/api.offline.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('API offline integration', () => {
4242
const api = await getApi()
4343

4444
await expect(
45-
api.createWorkflow({ name: 'test', schedule_interval: 'manual', enabled: true, steps: [] }),
45+
api.createWorkflow({ name: 'test', enabled: true, steps: [] }),
4646
).rejects.toThrow(OfflineQueueError)
4747

4848
expect(offlineQueue.getQueue()).toHaveLength(1)

0 commit comments

Comments
 (0)