Replace testVideoWithUnconvertedAudio test because soundcloud.com triggers some weird SSL error on Travis (fixes #101)

This commit is contained in:
Pierre Rudloff 2017-04-02 22:03:30 +02:00
parent aa3cac77af
commit 194bdbed77
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
{
$result = $this->controller->video(
$this->request->withQueryParams(
['url' => 'https://soundcloud.com/verwandlungskuenstler/metamorphosis-by-franz-kafka-1',
['url' => 'https://2080.bandcamp.com/track/cygnus-x-the-orange-theme-2080-faulty-chip-cover',
'audio'=> true, ]
),
$this->response