mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
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:
parent
cb8f50307c
commit
53574f05d5
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue