From c1f560d3852ea9a951ac4bb46e9ad1261ee64e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 16 Dec 2013 00:09:24 +0100 Subject: Fix broken test (wrong URL) --- tests/data/channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/data/channels.json b/tests/data/channels.json index e4f04bff..dd99fd27 100644 --- a/tests/data/channels.json +++ b/tests/data/channels.json @@ -5,7 +5,7 @@ "id": "develop", "name": "Develop", "description": "The channel called \"develop\"", - "url": "file://$PWD/tests/data/" + "url": "http://example.org/stuff" }, { "id": "stable", -- cgit v1.2.3