]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/params.feature
add api tests for language, details and lookup
[nominatim.git] / test / bdd / api / search / params.feature
index 6590737982f2fe7f41e183d839ce0624a8b15200..1fa16383b839fb28301404b0f703c89545a82348 100644 (file)
@@ -30,6 +30,8 @@ Feature: Search queries
 
     Scenario: XML search with addressdetails
         When sending xml search query "Aleg" with address
+          | accept-language |
+          | en |
         Then address of result 0 is
           | type         | value |
           | city         | Aleg |
@@ -39,6 +41,8 @@ Feature: Search queries
 
     Scenario: coordinate search with addressdetails
         When sending json search query "14.271104294939,107.69828796387"
+          | accept-language |
+          | en |
         Then results contain
           | display_name |
           | Plei Ya RĂȘ, Kon Tum province, Vietnam |