mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user