(body: Record<string, unknown>)
| 185 | |
| 186 | describe('formatInput', () => { |
| 187 | const ctx = (body: Record<string, unknown>) => ({ |
| 188 | webhook: {}, |
| 189 | workflow: { id: 'wf1', userId: 'u1' }, |
| 190 | body, |
| 191 | headers: {}, |
| 192 | requestId: 'r1', |
| 193 | }) |
| 194 | |
| 195 | it('maps inbound SMS params to aligned output keys', async () => { |
| 196 | const body = { |