From 3be96dcb173f8087009558ba9f6408dc8d0164f9 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Thu, 29 Mar 2018 22:58:40 +0200 Subject: [PATCH] Use https instead of http for bild.de to fix tests --- tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 12788366..30d16f2c 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -1314,7 +1314,7 @@ class EntryControllerTest extends WallabagCoreTestCase 'fr_FR', ], 'de' => [ - 'http://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html', + 'https://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html', 'de', ], 'it' => [ -- 2.41.0