diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-11-12 11:33:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 11:33:18 +0100 |
commit | 2a4a861b34b8ada5561345621c06ddb969303275 (patch) | |
tree | a04aa13666325d6ba68ba015c66fa657bd58cef1 /tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | |
parent | f39cfa469094fb9efd5e8007b44c2d62b617f358 (diff) | |
parent | cc797127388d2877541062309399783a97111a7d (diff) | |
download | wallabag-2a4a861b34b8ada5561345621c06ddb969303275.tar.gz wallabag-2a4a861b34b8ada5561345621c06ddb969303275.tar.zst wallabag-2a4a861b34b8ada5561345621c06ddb969303275.zip |
Merge pull request #3412 from aaa2000/fix-tests
Fix the tests
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php index 933fffa2..dc9d9a8f 100644 --- a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | |||
@@ -114,7 +114,7 @@ class FirefoxControllerTest extends WallabagCoreTestCase | |||
114 | ->get('doctrine.orm.entity_manager') | 114 | ->get('doctrine.orm.entity_manager') |
115 | ->getRepository('WallabagCoreBundle:Entry') | 115 | ->getRepository('WallabagCoreBundle:Entry') |
116 | ->findByUrlAndUserId( | 116 | ->findByUrlAndUserId( |
117 | 'http://lexpansion.lexpress.fr/high-tech/orange-offre-un-meilleur-reseau-mobile-que-bouygues-et-sfr-free-derriere_1811554.html', | 117 | 'https://lexpansion.lexpress.fr/high-tech/orange-offre-un-meilleur-reseau-mobile-que-bouygues-et-sfr-free-derriere_1811554.html', |
118 | $this->getLoggedInUserId() | 118 | $this->getLoggedInUserId() |
119 | ); | 119 | ); |
120 | 120 | ||