mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Better errors for common status codes fix
This commit is contained in:
@@ -61,7 +61,6 @@ describe('NodeErrors tests', () => {
|
||||
|
||||
it('should return default message for ECONNREFUSED', () => {
|
||||
const nodeApiError = new NodeApiError(node, {
|
||||
status: 'rejected',
|
||||
message: 'ECONNREFUSED',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user