Skip to content

Commit

Permalink
Remove note about not reaching instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Jan 13, 2025
1 parent 5ecaa06 commit b61728b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/runner/lib/exec.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ describe('Exec', () => {
`;
const res = await exec(nangoProps, jsCode);

// NB: it will fail because Nango is not running not because the website is not reachable
// NB2: the message is different depending on the system running Node
expect(res.error).toMatchObject({
payload: {
code: 'ECONNREFUSED'
Expand Down

0 comments on commit b61728b

Please sign in to comment.