mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
test: Allow runner tests to exit cleanly (#12127)
This commit is contained in:
parent
addb4fa352
commit
8bf6cce000
|
@ -38,6 +38,8 @@ describe('TestRunner', () => {
|
||||||
maxPayload: 1024,
|
maxPayload: 1024,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
runner.clearIdleTimer();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should handle different taskBrokerUri formats correctly', () => {
|
it('should handle different taskBrokerUri formats correctly', () => {
|
||||||
|
@ -66,6 +68,8 @@ describe('TestRunner', () => {
|
||||||
maxPayload: 1024,
|
maxPayload: 1024,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
runner.clearIdleTimer();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should throw an error if taskBrokerUri is invalid', () => {
|
it('should throw an error if taskBrokerUri is invalid', () => {
|
||||||
|
|
Loading…
Reference in a new issue