From: Sarah Hoffmann Date: Thu, 16 Jun 2022 19:59:35 +0000 (+0200) Subject: bdd: remove step for scene setup X-Git-Tag: v4.1.0~28^2~2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/19f67e167cf7c58ebb551ae56639a6184ee6861f bdd: remove step for scene setup --- diff --git a/test/bdd/steps/steps_osm_data.py b/test/bdd/steps/steps_osm_data.py index d6945387..94f72796 100644 --- a/test/bdd/steps/steps_osm_data.py +++ b/test/bdd/steps/steps_osm_data.py @@ -47,10 +47,6 @@ def write_opl_file(opl, grid): return fd.name -@given(u'the scene (?P.+)') -def set_default_scene(context, scene): - context.scene = scene - @given(u'the ([0-9.]+ )?grid(?: with origin (?P.*))?') def define_node_grid(context, grid_step, origin): """