mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 18:00:36 +01:00
Cleanup test
Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem.
This commit is contained in:
parent
80e49ba7b0
commit
1f7018e1fe
@ -990,7 +990,6 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||
$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->assertEquals('fr', $entry->getLanguage());
|
||||
|
||||
$client->getContainer()->get('craue_config')->set('download_images_enabled', 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user