diff --git a/README.md b/README.md index 0f7ec08..03edcd8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ _Like this app? Thanks for giving it a_ ⭐️ - [RADARR](#radarr) - [READARR](#readarr) - [LIDARR](#lidarr) - - [WHISPAR](#whisparr) + - [WHISPARR](#whisparr) - [Downloaders](#download-clients) - [QBITTORRENT](#qbittorrent) - [Disclaimer](#disclaimer) diff --git a/tests/settings/test__user_config_from_env.py b/tests/settings/test__user_config_from_env.py index f152909..57d443c 100644 --- a/tests/settings/test__user_config_from_env.py +++ b/tests/settings/test__user_config_from_env.py @@ -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()