]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/postcode.feature
add secondary importance to API BDD tests
[nominatim.git] / test / bdd / api / search / postcode.feature
index e70495f63890f15c958bb75a86ec072963fca68f..81836efb57535221e7645ae041b3700cafe6df99 100644 (file)
@@ -3,10 +3,10 @@ Feature: Searches with postcodes
     Various searches involving postcodes
 
     Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found
-        When sending json search query "57701 1111, us" with address
+        When sending json search query "36067 1111, us" with address
         Then result addresses contain
             | postcode |
-            | 57701    |
+            | 36067    |
 
     Scenario: Postcode search with address
         When sending json search query "9486, mauren"