fix(test): update load_config mock to accept config_path parameter
This commit is contained in:
@@ -208,7 +208,7 @@ def test_channels_login_uses_discovered_plugin_class(monkeypatch):
|
|||||||
seen["config"] = self.config
|
seen["config"] = self.config
|
||||||
return True
|
return True
|
||||||
|
|
||||||
monkeypatch.setattr("nanobot.config.loader.load_config", lambda: Config())
|
monkeypatch.setattr("nanobot.config.loader.load_config", lambda config_path=None: Config())
|
||||||
monkeypatch.setattr(
|
monkeypatch.setattr(
|
||||||
"nanobot.channels.registry.discover_all",
|
"nanobot.channels.registry.discover_all",
|
||||||
lambda: {"fakeplugin": _LoginPlugin},
|
lambda: {"fakeplugin": _LoginPlugin},
|
||||||
|
|||||||
Reference in New Issue
Block a user