From: Sarah Hoffmann Date: Wed, 29 Oct 2014 19:37:56 +0000 (+0100) Subject: use unique function name for test step X-Git-Tag: v2.4.0~74 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e1c88352ab8124fd5a2c937f6626c7a347f7cba4 use unique function name for test step --- 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]