mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +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',
|
||||
],
|
||||
'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' => [
|
||||
|
|
Loading…
Reference in a new issue