mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user