X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/084a110efb1244bdecae1f02f63957e90ae9bd9f..59540972b64aff5351e4fc8654d5c1100c88dfc6:/tests/steps/api_setup.py diff --git a/tests/steps/api_setup.py b/tests/steps/api_setup.py index dc39a3bc..ab080096 100644 --- a/tests/steps/api_setup.py +++ b/tests/steps/api_setup.py @@ -104,7 +104,7 @@ def api_setup_reverse(step, fmt, lat, lon): api_call('reverse') @step(u'looking up place ([NRW]?\d+)') -def api_setup_details(step, obj): +def api_setup_details_reverse(step, obj): if obj[0] in ('N', 'R', 'W'): # an osm id world.params['osm_type'] = obj[0]