aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFloran Brutel <contact@floran.fr>2018-03-29 22:58:40 +0200
committerFloran Brutel <contact@floran.fr>2018-03-29 22:58:40 +0200
commit3be96dcb173f8087009558ba9f6408dc8d0164f9 (patch)
treeaf9d4984c0d37676443e7d1fcb9581de2dec4d52
parent727880c950d485293e480b5b835a0490be4f0ce7 (diff)
downloadwallabag-3be96dcb173f8087009558ba9f6408dc8d0164f9.tar.gz
wallabag-3be96dcb173f8087009558ba9f6408dc8d0164f9.tar.zst
wallabag-3be96dcb173f8087009558ba9f6408dc8d0164f9.zip
Use https instead of http for bild.de to fix tests
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php2
1 files changed, 1 insertions, 1 deletions
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
1314 'fr_FR', 1314 'fr_FR',
1315 ], 1315 ],
1316 'de' => [ 1316 'de' => [
1317 'http://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html', 1317 'https://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html',
1318 'de', 1318 'de',
1319 ], 1319 ],
1320 'it' => [ 1320 'it' => [