X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af85ad390fcafbf6d73577b0d5d95c945d6d70b2..f92e580293a527d167ddb8b12a2690967c19b26b:/test/python/api/test_api_search.py diff --git a/test/python/api/test_api_search.py b/test/python/api/test_api_search.py index 22dbaa26..25f63bb8 100644 --- a/test/python/api/test_api_search.py +++ b/test/python/api/test_api_search.py @@ -23,7 +23,7 @@ API_OPTIONS = {'search'} @pytest.fixture(autouse=True) def setup_icu_tokenizer(apiobj): - """ Setup the propoerties needed for using the ICU tokenizer. + """ Setup the properties needed for using the ICU tokenizer. """ apiobj.add_data('properties', [{'property': 'tokenizer', 'value': 'icu'},