Fix random failing tests

Looks like `20minutos.es` sometimes does not return the expected language.
Switching to `elpais.com` fix the problem.
This commit is contained in:
Jeremy Benoist 2022-10-10 09:15:26 +02:00
parent cb8f50307c
commit 53574f05d5
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552

View file

@ -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',
],
];
}