test: souphttpsrc: update test_icy_stream url

The old URL would result in multiple redirects, which
causes memory leaks with old versions of libsoup as
used on the CI.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6049>
This commit is contained in:
Tim-Philipp Müller 2024-02-04 14:00:01 +01:00
parent 1398eb55b3
commit 1a0df09c8f

View file

@ -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);