forked from wallabag/wallabag
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:
@ -1497,8 +1497,8 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||||||
'pt_BR',
|
'pt_BR',
|
||||||
],
|
],
|
||||||
'es-ES' => [
|
'es-ES' => [
|
||||||
'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
|
'https://elpais.com/internacional/2022-10-09/ultima-hora-de-la-guerra-en-ucrania-hoy-en-directo.html',
|
||||||
'es_ES',
|
'es',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user