]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix test 3982/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 27 May 2019 07:38:07 +0000 (09:38 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 27 May 2019 07:38:07 +0000 (09:38 +0200)
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php

index 2cd6aee370e96dfbb5523be7c6d1b574885b14e7..265e420509d85cb669cc387aeeabe7533e60c5d5 100644 (file)
@@ -236,7 +236,7 @@ class EntryControllerTest extends WallabagCoreTestCase
         $this->logInAs('admin');
         $client = $this->getClient();
 
-        $url = 'http://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing';
+        $url = 'https://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing';
 
         $crawler = $client->request('GET', '/new');