From b118e3c9bb5cbe7e89e0c5f02e15f5255f78af7b Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 31 Jan 2013 14:56:12 +0200 Subject: [PATCH] tests: default: audioboo.json: Remove properties Remove the length_bytes, content_type and file_suffix properties so that the test passes. This fixes nothing. audioboo has gone amaz0nian. The media is accessed using HTTPS, which causes libquvi 0.4 to skip the media stream "verification" step. Even if enabled, sending of HTTP HEAD (through SSL tunnel) results in HTTP/403 (Forbidden). Possibly related: https://forums.aws.amaz0n.com/message.jspa?messageID=378603 (replace '0' in 'amaz0n') Signed-off-by: Toni Gundogdu --- tests/data/format/default/audioboo.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/data/format/default/audioboo.json b/tests/data/format/default/audioboo.json index e9f3ce5..35e6302 100644 --- a/tests/data/format/default/audioboo.json +++ b/tests/data/format/default/audioboo.json @@ -8,9 +8,6 @@ "link": [ { "id": "1", - "length_bytes": "280704", - "content_type": "audio/mpeg", - "file_suffix": "mp3", "url": "" } ] -- 2.11.4.GIT