diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-06 17:34:20 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-06 17:34:20 +0200 |
commit | 778543311f5efde4c99321f257c5a9c34a7dea5f (patch) | |
tree | 1a43386e317bfc113aa364dba895f22dfde2af9e /tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php | |
parent | def73759aeed87770d6b1e2f791370c83bebcf3e (diff) | |
download | wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.tar.gz wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.tar.zst wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.zip |
Fix tests
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php')
-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 9b887cbb..dacdf488 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 | 'https://www.20minutes.fr/high-tech/2077615-20170531-dis-donc-donald-trump-quoi-exactement-covfefe', | 132 | 'https://www.20minutes.fr/high-tech/2077615-20170531-quoi-exactement-tweet-covfefe-donald-trump-persiste-signe', |
133 | $this->getLoggedInUserId() | 133 | $this->getLoggedInUserId() |
134 | ); | 134 | ); |
135 | 135 | ||