mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
tests: fix TEST_URI for filesource tests
This commit is contained in:
parent
f166c47ed5
commit
882342906f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <gst/check/gstcheck.h>
|
||||
|
||||
/* This test uri will eventually have to be fixed */
|
||||
#define TEST_URI "blahblahblah"
|
||||
#define TEST_URI "http://nowhere/blahblahblah"
|
||||
|
||||
GST_START_TEST (test_filesource_basic)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue