]> git.openstreetmap.org Git - rails.git/blobdiff - test/http/geocoder_us.yml
clean up comments
[rails.git] / test / http / geocoder_us.yml
index 1e451d60a05831048ad344695c98c361e963e909..de54aa306122bf25030eef2cee5540339718601e 100644 (file)
@@ -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"