diff --git a/embed_video/tests/tests_backend.py b/embed_video/tests/tests_backend.py index 1f2174f..ebc05dc 100644 --- a/embed_video/tests/tests_backend.py +++ b/embed_video/tests/tests_backend.py @@ -85,7 +85,7 @@ class VimeoBackendTestCase(BackendTestMixin, TestCase): class SoundCloudBackendTestCase(BackendTestMixin, TestCase): urls = ( - ('https://soundcloud.com/glassnote/mumford-sons-i-will-wait', '67129237'), + ('https://soundcloud.com/community/soundcloud-case-study-wildlife', '82244706'), ('https://soundcloud.com/matej-roman/jaromir-nohavica-karel-plihal-mikymauz', '7834701'), ('https://soundcloud.com/beny97/sets/jaromir-nohavica-prazska', '960591'), ('https://soundcloud.com/corbel-keep/norah-jones-come-away-with', '22485933'), diff --git a/embed_video/tests/tests_tags.py b/embed_video/tests/tests_tags.py index d13b166..2b0e751 100644 --- a/embed_video/tests/tests_tags.py +++ b/embed_video/tests/tests_tags.py @@ -95,7 +95,7 @@ class EmbedVideoNodeTestCase(TestCase): def test_tag_backend_variable_soundcloud(self): template = Template(""" {% load embed_video_tags %} - {% video 'https://soundcloud.com/glassnote/mumford-sons-i-will-wait' as soundcloud %} + {% video 'https://soundcloud.com/community/soundcloud-case-study-wildlife' as soundcloud %} {{ soundcloud.backend }} {% endvideo %} """)