fix(HTTP Request Node): Handle response errors correctly when continueOnFail is set (#18207)

Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
Elias Meire
2025-08-19 13:09:00 +02:00
committed by GitHub
parent 6966a90f2c
commit 5c53c22d0a
3 changed files with 335 additions and 257 deletions

View File

@@ -106,6 +106,7 @@ describe('Test HTTP Request Node', () => {
completed: false,
userId: 15,
});
nock(baseUrl).get('/html').reply(200, '<html><body><h1>Test</h1></body></html>');
//PUT
nock(baseUrl).put('/todos/10', { userId: '42' }).reply(200, {