Cleanup test

Looks like we didn't ALWAYS get a value for language from 20minutes.
Ahem.
This commit is contained in:
Jeremy Benoist 2017-06-09 11:52:40 +02:00
parent 80e49ba7b0
commit 1f7018e1fe
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -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);
}