mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue