diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 3babbaca..8f5c372d 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -989,7 +989,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
989 | $this->assertEquals($url, $entry->getUrl()); | 989 | $this->assertEquals($url, $entry->getUrl()); |
990 | $this->assertContains('Perpignan', $entry->getTitle()); | 990 | $this->assertContains('Perpignan', $entry->getTitle()); |
991 | // instead of checking for the filename (which might change) check that the image is now local | 991 | // instead of checking for the filename (which might change) check that the image is now local |
992 | $this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent()); | 992 | $this->assertContains('https://your-wallabag-url-instance.com/assets/images/', $entry->getContent()); |
993 | 993 | ||
994 | $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); | 994 | $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); |
995 | } | 995 | } |