diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/channels.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/channels.json b/tests/data/channels.json index 6bf65a82..d7446274 100644 --- a/tests/data/channels.json +++ b/tests/data/channels.json @@ -11,7 +11,7 @@ "id": "stable", "name": "Stable", "description": "It's stable at least", - "url": "ftp://username@host/path/to/stuff" + "url": "$PWD/tests/data/" }, { "id": "42", |