refactor: unify service configuration boundary

This commit is contained in:
jxxghp
2026-08-24 05:12:21 +08:00
parent 52c5c14f87
commit cb3c5f008f
19 changed files with 174 additions and 53 deletions
+2 -2
View File
@@ -90,9 +90,9 @@ def test_clear_cache_is_manual_only(monkeypatch):
]:
monkeypatch.setattr(scheduler_module, name, lambda: generic_chain)
monkeypatch.setattr(
scheduler_module.ServiceConfigHelper,
scheduler_module,
"get_mediaserver_configs",
lambda: [],
lambda **_kwargs: [],
)
monkeypatch.setattr(
scheduler_module,