X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FCoreBundle%2FController%2FEntryControllerTest.php;h=20acd10339c74531e15ccda98c009bc1fe56e695;hb=dfa18939e87c4e8f8f61124f3fcf6ae3f36fc44c;hp=cd63c1ba81775da0e18408cb57ee8b6e1d585c99;hpb=c1c0f09949c85218b720280d84eca70dad51b65a;p=github%2Fwallabag%2Fwallabag.git diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index cd63c1ba..20acd103 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -270,7 +270,7 @@ class EntryControllerTest extends WallabagCoreTestCase $this->logInAs('admin'); $client = $this->getClient(); - $url = 'https://fashionunited.com/news/business/jigsaw-posts-8-percent-increase-in-annual-sales/2017070316404'; + $url = 'http://bit.ly/2t8Fwre'; $crawler = $client->request('GET', '/new');