Force HLS format in testRedirectWithM3uStream
This commit is contained in:
parent
0c53a95d30
commit
6c202e50d4
1 changed files with 4 additions and 1 deletions
|
@ -410,7 +410,10 @@ class FrontControllerTest extends TestCase
|
||||||
$this->config->stream = true;
|
$this->config->stream = true;
|
||||||
$this->assertRequestIsOk(
|
$this->assertRequestIsOk(
|
||||||
'redirect',
|
'redirect',
|
||||||
['url' => 'https://twitter.com/verge/status/813055465324056576/video/1'],
|
[
|
||||||
|
'url' => 'https://twitter.com/verge/status/813055465324056576/video/1',
|
||||||
|
'format' => 'hls-2176',
|
||||||
|
],
|
||||||
$this->config
|
$this->config
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue