]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/steps_db_ops.py
ignore irrelevant extra tags on address interpolations
[nominatim.git] / test / bdd / steps / steps_db_ops.py
index 8fd918f88fe7a3f70083be63650726738390aa9f..2f598f3d6c8f3479cbaf3b3b5168bd36b6cbaba8 100644 (file)
@@ -370,6 +370,6 @@ def check_location_property_osmline(context, oid, neg):
 
             DBRow(oid, res, context).assert_row(row, ('start', 'end'))
 
-        assert not todo
+        assert not todo, f"Unmatched lines in table: {list(context.table[i] for i in todo)}"