]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix MondeDiplo https url 3376/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 10 Oct 2017 08:20:57 +0000 (10:20 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 10 Oct 2017 08:20:57 +0000 (10:20 +0200)
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php

index 907814df3a7f0ce7a4de6fed496f4b0828e1807f..ca275b32764aacc445a5487513405d4aa135a582 100644 (file)
@@ -1343,7 +1343,7 @@ class EntryControllerTest extends WallabagCoreTestCase
      */
     public function testRestrictedArticle()
     {
-        $url = 'http://www.monde-diplomatique.fr/2017/05/BONNET/57475';
+        $url = 'https://www.monde-diplomatique.fr/2017/05/BONNET/57475';
         $this->logInAs('admin');
         $client = $this->getClient();
         $em = $client->getContainer()->get('doctrine.orm.entity_manager');