Skip to content

Commit 270de9f

Browse files
committed
test updates
1 parent fd38f15 commit 270de9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/api/function/execute/route.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ describe('Function Execute API Route', () => {
342342
code: 'return "Email sent to user"',
343343
params: {
344344
email: {
345-
from: 'Waleed Latif <waleed@sim.ai>',
345+
from: 'Dr. Shaw <shaw@high-flying.ai>',
346346
to: 'User <user@example.com>',
347347
},
348348
},
@@ -378,7 +378,7 @@ describe('Function Execute API Route', () => {
378378
async () => {
379379
const emailData = {
380380
id: '123',
381-
from: 'Waleed Latif <waleed@sim.ai>',
381+
from: 'Dr. Shaw <shaw@high-flying.ai>',
382382
to: 'User <user@example.com>',
383383
subject: 'Test Email',
384384
bodyText: 'Hello world',

0 commit comments

Comments
 (0)