]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Cleanup test 3192/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Jun 2017 09:52:40 +0000 (11:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Jun 2017 09:52:41 +0000 (11:52 +0200)
Looks like we didn't ALWAYS get a value for language from 20minutes.
Ahem.

tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php

index 84faf8d40bf8dff9672042d16a225d0ddfa44e32..3babbaca0654dfecf6bb1c06422af0a5a7738f93 100644 (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);
     }