mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Use https instead of http for bild.de to fix tests
This commit is contained in:
parent
727880c950
commit
3be96dcb17
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||||
'fr_FR',
|
'fr_FR',
|
||||||
],
|
],
|
||||||
'de' => [
|
'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',
|
'de',
|
||||||
],
|
],
|
||||||
'it' => [
|
'it' => [
|
||||||
|
|
Loading…
Reference in a new issue