Fix tests

This commit is contained in:
Ritiek Malhotra
2020-05-15 15:00:51 +05:30
parent e71989a963
commit 39ebd5f57e
6 changed files with 97 additions and 78 deletions

View File

@@ -53,7 +53,7 @@ class TestDefaultConfigFile:
class TestConfig:
def test_default_config(self, config_path):
expect_config = spotdl.config.DEFAULT_CONFIGURATION["spotify-downloader"]
config = spotdl.config.get_config(config_path)
config = spotdl.config.get_config(config_path)["spotify-downloader"]
assert config == expect_config
@pytest.mark.xfail