From 680da52ea8257f29a89ccb6f9675a59afa63da95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 3 Aug 2021 09:34:57 +0200 Subject: [PATCH] Fixed tests --- tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();