]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/details/params.feature
Merge pull request #3045 from biswajit-k/taginfo
[nominatim.git] / test / bdd / api / details / params.feature
index 3bb5bf7cbbb987de7492eba341063fff4f629cf4..3d5635de126c6136c575a2f7e860e6f7492d7234 100644 (file)
@@ -7,9 +7,9 @@ Feature: Object details
         Then the result is valid json
         And result has attributes geometry
         And result has not attributes keywords,address,linked_places,parentof
-        And results contain
-            | geometry+type |
-            | Point         |
+        And results contain in field geometry
+            | type  |
+            | Point |
 
     Scenario: JSON Details with pretty printing
         When sending json details query for W297699560
@@ -75,9 +75,9 @@ Feature: Object details
             | 1 |
         Then the result is valid json
         And result has attributes geometry
-        And results contain
-            | geometry+type |
-            | <geometry>    |
+        And results contain in field geometry
+            | type       |
+            | <geometry> |
 
     Examples:
             | osmid      | geometry   |