test: fix plugin registry configured-channel expectation
This commit is contained in:
parent
b8961a41d8
commit
1fdc176a2c
@ -36,7 +36,7 @@ describe("ensurePluginRegistryLoaded", () => {
|
||||
vi.clearAllMocks();
|
||||
mocks.loadConfig.mockReturnValue({
|
||||
plugins: { enabled: true },
|
||||
channels: { telegram: { enabled: false } },
|
||||
channels: { telegram: { enabled: true } },
|
||||
});
|
||||
mocks.loadPluginManifestRegistry.mockReturnValue({
|
||||
plugins: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user