]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/oauth_test.rb
Add tests for trace#edit
[rails.git] / test / integration / oauth_test.rb
index 7ccf0917eba04b4ab07acd9c923a53b9ca3d3224..eb4a599bd1f44204ff4f84effe7e968677bea212 100644 (file)
@@ -328,7 +328,7 @@ private
   def signed_get(uri, options)
     uri = URI.parse(uri)
     uri.scheme ||= "http"
-    uri.host ||= host
+    uri.host ||= "www.example.com"
 
     helper = OAuth::Client::Helper.new(nil, options)