1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
This commit is contained in:
Jeremy Benoist 2017-06-08 19:15:33 +02:00
parent e48b238a3e
commit 80f4d85ac9
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
8 changed files with 5 additions and 9 deletions

View file

@ -1000,7 +1000,7 @@ class EntryControllerTest extends WallabagCoreTestCase
$this->assertEquals($url, $entry->getUrl());
$this->assertContains('Perpignan', $entry->getTitle());
// instead of checking for the filename (which might change) check that the image is now local
$this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent());
$this->assertContains('http://your-wallabag-url-instance.com/assets/images/', $entry->getContent());
$client->getContainer()->get('craue_config')->set('download_images_enabled', 0);
}