From 16091c90539d2002f70b911ab85d6100e3190b20 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 27 Mar 2025 16:50:42 -0400 Subject: [PATCH] [tests] Skips the podcast scrobble tests, no Google Podcast --- tests/scrobbles_tests/test_views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scrobbles_tests/test_views.py b/tests/scrobbles_tests/test_views.py index c43401c..c65f29b 100644 --- a/tests/scrobbles_tests/test_views.py +++ b/tests/scrobbles_tests/test_views.py @@ -111,6 +111,7 @@ def test_scrobble_mopidy_same_track_different_album( assert scrobble.media_obj.title == "Same in the End" +@pytest.mark.skip("Need to add a mock podcast request data, tho Google Podcasts is gone :thinking:") @pytest.mark.django_db def test_scrobble_mopidy_podcast( client, mopidy_podcast_request_data, valid_auth_token