Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed May 1, 2023
1 parent a159212 commit 9620ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/test/errors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Errors', () => {
const html = await res.text();
const $ = cheerio.load(html);

expect($('p').text().trim()).to.equal('Error in the stream');
expect($('p').text().trim()).to.equal('Internal server error');
});
});
});

0 comments on commit 9620ab7

Please sign in to comment.