refactor: use explicit runtime facade getters

This commit is contained in:
jxxghp
2026-08-24 03:56:54 +08:00
parent 9f76fc9dec
commit 4dd2d7fed2
25 changed files with 154 additions and 98 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def test_clear_cache_is_manual_only(monkeypatch):
"TransferChain",
"WallpaperHelper",
"WorkflowChain",
"PluginManager",
"get_plugin_manager",
]:
monkeypatch.setattr(scheduler_module, name, lambda: generic_chain)
monkeypatch.setattr(