mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(AMQP Trigger Node): Update rhea library, tweak reconnection options (#18980)
This commit is contained in:
@@ -120,11 +120,11 @@ export async function testTriggerNode(
|
||||
|
||||
if (options.mode === 'manual') {
|
||||
expect(response?.manualTriggerFunction).toBeInstanceOf(Function);
|
||||
await response?.manualTriggerFunction?.();
|
||||
}
|
||||
|
||||
return {
|
||||
close: jest.fn(response?.closeFunction),
|
||||
manualTriggerFunction: options.mode === 'manual' ? response?.manualTriggerFunction : undefined,
|
||||
emit,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user