X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5b46fcad8ec166d1b8e35cfbc58405b71e27caa3..a1f0fc1a10db6fe3b8c329b3899b211ea0b62079:/test/python/test_tools_refresh_create_functions.py diff --git a/test/python/test_tools_refresh_create_functions.py b/test/python/test_tools_refresh_create_functions.py index 4807e64f..d219d748 100644 --- a/test/python/test_tools_refresh_create_functions.py +++ b/test/python/test_tools_refresh_create_functions.py @@ -7,7 +7,7 @@ import pytest from nominatim.db.connection import connect from nominatim.tools.refresh import _get_standard_function_sql, _get_partition_function_sql -SQL_DIR = (Path(__file__) / '..' / '..' / '..' / 'sql').resolve() +SQL_DIR = (Path(__file__) / '..' / '..' / '..' / 'lib-sql').resolve() @pytest.fixture def db(temp_db):