diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-02-24 22:02:52 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-02-24 22:02:52 +0100 |
commit | bf283db8e6e3b5de4434933d074a4729f2bfd147 (patch) | |
tree | e5c71bf1d90d0fcc7fac4c2d5a215c065340d130 /tests/Wallabag/ImportBundle/Controller | |
parent | 228d317204810db32c858fe3a1bd0b82e0960707 (diff) | |
download | wallabag-bf283db8e6e3b5de4434933d074a4729f2bfd147.tar.gz wallabag-bf283db8e6e3b5de4434933d074a4729f2bfd147.tar.zst wallabag-bf283db8e6e3b5de4434933d074a4729f2bfd147.zip |
20 Minutes is now https
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php b/tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php index 067cf3dc..9b887cbb 100644 --- a/tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php | |||
@@ -129,7 +129,7 @@ class InstapaperControllerTest extends WallabagCoreTestCase | |||
129 | ->get('doctrine.orm.entity_manager') | 129 | ->get('doctrine.orm.entity_manager') |
130 | ->getRepository('WallabagCoreBundle:Entry') | 130 | ->getRepository('WallabagCoreBundle:Entry') |
131 | ->findByUrlAndUserId( | 131 | ->findByUrlAndUserId( |
132 | 'http://www.20minutes.fr/high-tech/2077615-20170531-dis-donc-donald-trump-quoi-exactement-covfefe', | 132 | 'https://www.20minutes.fr/high-tech/2077615-20170531-dis-donc-donald-trump-quoi-exactement-covfefe', |
133 | $this->getLoggedInUserId() | 133 | $this->getLoggedInUserId() |
134 | ); | 134 | ); |
135 | 135 | ||