]> git.openstreetmap.org Git - nominatim.git/commitdiff
bdd: remove step for scene setup
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Jun 2022 19:59:35 +0000 (21:59 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 17 Jun 2022 09:54:18 +0000 (11:54 +0200)
test/bdd/steps/steps_osm_data.py

index d6945387a808f505d7237957d7c898b0c54928e6..94f727966af621a9011795c4f08c37a85819dc66 100644 (file)
@@ -47,10 +47,6 @@ def write_opl_file(opl, grid):
 
         return fd.name
 
-@given(u'the scene (?P<scene>.+)')
-def set_default_scene(context, scene):
-    context.scene = scene
-
 @given(u'the ([0-9.]+ )?grid(?: with origin (?P<origin>.*))?')
 def define_node_grid(context, grid_step, origin):
     """