(workflowId: string, webhookId: string, createdAt: Date)
| 135 | }) |
| 136 | |
| 137 | const makeRow = (workflowId: string, webhookId: string, createdAt: Date) => ({ |
| 138 | webhook: { id: webhookId, workflowId, path: 'shared-path', createdAt }, |
| 139 | workflow: { id: workflowId }, |
| 140 | }) |
| 141 | |
| 142 | it('returns all rows when they belong to a single workflow (credential set fan-out)', async () => { |
| 143 | mockWebhookLookupResult.rows = [ |