Force HLS format in testRedirectWithM3uStream

This commit is contained in:
Pierre Rudloff 2017-12-23 16:05:14 +01:00
parent 0c53a95d30
commit 6c202e50d4
1 changed files with 4 additions and 1 deletions

View File

@ -410,7 +410,10 @@ class FrontControllerTest extends TestCase
$this->config->stream = true;
$this->assertRequestIsOk(
'redirect',
['url' => 'https://twitter.com/verge/status/813055465324056576/video/1'],
[
'url' => 'https://twitter.com/verge/status/813055465324056576/video/1',
'format' => 'hls-2176',
],
$this->config
);
}