diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php index 2e75c57c3..50a63a54f 100644 --- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php @@ -1114,7 +1114,7 @@ class ConfigControllerTest extends WallabagCoreTestCase $client->request('GET', '/unread/list'); - $this->assertStringContainsString('collection', $client->getResponse()->getContent()); + $this->assertStringContainsString('row data', $client->getResponse()->getContent()); $client->request('GET', '/config/view-mode'); $crawler = $client->followRedirect();