diff --git a/tests/console/test_entry_point.py b/tests/console/test_entry_point.py index c3e1ec77f..c67094cc3 100644 --- a/tests/console/test_entry_point.py +++ b/tests/console/test_entry_point.py @@ -54,7 +54,7 @@ def test_show_version(capsys, monkeypatch, argument): @pytest.mark.vcr() @pytest.mark.vcr_delete_on_fail -def test_download_song(capsys, monkeypatch, tmpdir): +def test_download_song(capsys, monkeypatch, last_vcr_recording_time, tmpdir): """ This test checks if the song is downloaded correctly """ @@ -86,7 +86,7 @@ def test_download_song(capsys, monkeypatch, tmpdir): @pytest.mark.vcr() @pytest.mark.vcr_delete_on_fail -def test_preload_song(capsys, monkeypatch, tmpdir): +def test_preload_song(capsys, monkeypatch, last_vcr_recording_time, tmpdir): """ This test checks if the song is preloaded correctly. """ diff --git a/tests/test_init.py b/tests/test_init.py index f7cc6d172..d07f9f141 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -20,7 +20,7 @@ def setup(tmp_path, monkeypatch): @pytest.mark.vcr() @pytest.mark.vcr_delete_on_fail -def test_get_urls(monkeypatch): +def test_get_urls(monkeypatch, last_vcr_recording_time): """ Tests if spotdl can be initialized correctly. """