refactor(core): Port event bus config (no-changelog) (#10111)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Container } from 'typedi';
|
||||
import config from '@/config';
|
||||
import axios from 'axios';
|
||||
import syslog from 'syslog-client';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
@@ -92,9 +91,6 @@ beforeAll(async () => {
|
||||
|
||||
mockedSyslog.createClient.mockImplementation(() => new syslog.Client());
|
||||
|
||||
config.set('eventBus.logWriter.logBaseName', 'n8n-test-logwriter');
|
||||
config.set('eventBus.logWriter.keepLogCount', 1);
|
||||
|
||||
eventBus = Container.get(MessageEventBus);
|
||||
await eventBus.initialize();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user