diff --git a/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c b/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c index 0a299426e8..a8f9ec9f5f 100644 --- a/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c +++ b/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c @@ -443,7 +443,7 @@ GST_START_TEST (test_icy_stream) /* Radionomy Hot40Music shoutcast stream */ g_object_set (src, "location", - "http://streaming.radionomy.com:80/Hot40Music", NULL); + "https://streaming.brol.tech/jamendolounge", NULL); /* EOS after the first buffer */ g_object_set (src, "num-buffers", 1, NULL);