Replace testVideoWithUnconvertedAudio test because soundcloud.com triggers some weird SSL error on Travis (fixes #101)
This commit is contained in:
parent
aa3cac77af
commit
194bdbed77
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
$result = $this->controller->video(
|
$result = $this->controller->video(
|
||||||
$this->request->withQueryParams(
|
$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, ]
|
'audio'=> true, ]
|
||||||
),
|
),
|
||||||
$this->response
|
$this->response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue