]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ImportBundle/Controller/ElcuratorControllerTest.php
Fix tests (again..)
[github/wallabag/wallabag.git] / tests / Wallabag / ImportBundle / Controller / ElcuratorControllerTest.php
index 18507054ea35e670b7982c08ab8931500329ba94..b9919f8f587da6a97a4de7762dd0ba22b9b43a99 100644 (file)
@@ -115,7 +115,7 @@ class ElcuratorControllerTest extends WallabagCoreTestCase
             ->get('doctrine.orm.entity_manager')
             ->getRepository('WallabagCoreBundle:Entry')
             ->findByUrlAndUserId(
-                'https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/',
+                'https://devblog.lexik.fr/git/qualite-de-code-integration-de-php-git-hooks-dans-symfony2-2842',
                 $this->getLoggedInUserId()
             );