This commit is contained in:
Benjamin Harder
2025-05-18 18:35:30 +02:00
parent 5b1d294a7d
commit 1bee35c029
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ qbit_expected = yaml.safe_load(qbit_yaml)
("jobs", "remove_stalled", remove_stalled_expected),
("instances", "radarr", radarr_expected),
("instances", "sonarr", sonarr_expected),
("downloaders", "qbittorrent", qbit_expected),
("download_clients", "qbittorrent", qbit_expected),
])
def test_env_loading_parametrized(env_vars, section, key, expected): # pylint: disable=unused-argument
config = _load_from_env()