feat: add email trigger webhook to execution worker #89
Annotations
4 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests
@poppy/execution-worker#test: command (/home/runner/work/poppy/poppy/apps/execution-worker) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
Run tests:
apps/execution-worker/src/tests/integration/reminders.test.ts#L65
AssertionError: expected "spy" to be called with arguments: [ { …(3) } ]
Received:
1st spy call:
[
{
"context": {},
- "scheduledAt": Any<Date>,
+ "recurrence": "none",
+ "scheduledAt": 2026-01-12T04:29:51.100Z,
"taskDescription": "Send follow-up email",
},
]
Number of calls: 1
❯ Proxy.methodWrapper home/runner/work/poppy/poppy/apps/execution-worker/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/deps_ssr/vitest___@vitest_expect___chai.js:1603:25
❯ src/tests/integration/reminders.test.ts:65:32
|
|
Run tests:
apps/execution-worker/src/tests/integration/reminders.test.ts#L29
AssertionError: expected "spy" to be called with arguments: [ { …(3) } ]
Received:
1st spy call:
[
{
"context": {
"reason": "User wants a weather update",
},
- "scheduledAt": Any<Date>,
+ "recurrence": "none",
+ "scheduledAt": 2026-01-12T03:34:51.074Z,
"taskDescription": "Check the weather forecast",
},
]
Number of calls: 1
❯ Proxy.methodWrapper home/runner/work/poppy/poppy/apps/execution-worker/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/deps_ssr/vitest___@vitest_expect___chai.js:1603:25
❯ src/tests/integration/reminders.test.ts:29:32
|
Loading