X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..6b7ebf6dc40da609267ad38df981cd31d99e1538:/test/http/geocoder_us.yml?ds=sidebyside diff --git a/test/http/geocoder_us.yml b/test/http/geocoder_us.yml index 1e451d60a..de54aa306 100644 --- a/test/http/geocoder_us.yml +++ b/test/http/geocoder_us.yml @@ -1,2 +1,6 @@ -/service/csv?zip=90210: "34.088808, -118.40612, Beverly Hills, CA, 90210" -/service/csv?zip=00000: "1: couldn't find this zip code: 00000! sorry" +/service/csv?zip=90210: + code: 200 + body: "34.088808, -118.40612, Beverly Hills, CA, 90210" +/service/csv?zip=00000: + code: 200 + body: "1: couldn't find this zip code: 00000! sorry"