mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: unify service configuration boundary
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user