mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core): Decouple leadership-change handlers using decorators (#15009)
This commit is contained in:
@@ -81,7 +81,6 @@ describe('ScalingService', () => {
|
||||
mock(),
|
||||
instanceSettings,
|
||||
mock(),
|
||||
mock(),
|
||||
);
|
||||
|
||||
getRunningJobsCountSpy = jest.spyOn(scalingService, 'getRunningJobsCount');
|
||||
|
||||
Reference in New Issue
Block a user