From 53574f05d55b8d4499600b8bc8710e6ee150136a Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 10 Oct 2022 09:15:26 +0200 Subject: [PATCH] Fix random failing tests Looks like `20minutos.es` sometimes does not return the expected language. Switching to `elpais.com` fix the problem. --- tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 2a2d4730f..545e7fb8f 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -1497,8 +1497,8 @@ class EntryControllerTest extends WallabagCoreTestCase 'pt_BR', ], 'es-ES' => [ - 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/', - 'es_ES', + 'https://elpais.com/internacional/2022-10-09/ultima-hora-de-la-guerra-en-ucrania-hoy-en-directo.html', + 'es', ], ]; }