From 6c202e50d429c79b0f22589242673e9433e9201b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 23 Dec 2017 16:05:14 +0100 Subject: [PATCH] Force HLS format in testRedirectWithM3uStream --- tests/FrontControllerTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 4962c7f..2390798 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -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 ); }