We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd38f15 commit 270de9fCopy full SHA for 270de9f
1 file changed
apps/sim/app/api/function/execute/route.test.ts
@@ -342,7 +342,7 @@ describe('Function Execute API Route', () => {
342
code: 'return "Email sent to user"',
343
params: {
344
email: {
345
- from: 'Waleed Latif <waleed@sim.ai>',
+ from: 'Dr. Shaw <shaw@high-flying.ai>',
346
to: 'User <user@example.com>',
347
},
348
@@ -378,7 +378,7 @@ describe('Function Execute API Route', () => {
378
async () => {
379
const emailData = {
380
id: '123',
381
382
383
subject: 'Test Email',
384
bodyText: 'Hello world',
0 commit comments