X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ed6fda696864be2b0970ec1eae327f48c00f7fd1..93d5be097a338b0333ecf2452b0a7311cf061bff:/test/python/tools/test_country_info.py diff --git a/test/python/tools/test_country_info.py b/test/python/tools/test_country_info.py index 3c20b3e0..3f00d54e 100644 --- a/test/python/tools/test_country_info.py +++ b/test/python/tools/test_country_info.py @@ -49,7 +49,7 @@ def test_setup_country_tables(src_dir, temp_db_with_extensions, dsn, temp_db_cur assert temp_db_cursor.table_rows('country_osm_grid') > 100 -@pytest.mark.parametrize("languages", (None, ' fr,en')) +@pytest.mark.parametrize("languages", (None, ['fr', 'en'])) def test_create_country_names(temp_db_with_extensions, temp_db_conn, temp_db_cursor, table_factory, tokenizer_mock, languages, loaded_country):