X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d8399d3e188f2786c7a90661b7c806eb1ee7612b..8b5e0d024813e38bc207f4f7b703ed53111a88a3:/test/integration/oauth_test.rb?ds=sidebyside diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index 11b874e6b..eb4a599bd 100644 --- a/test/integration/oauth_test.rb +++ b/test/integration/oauth_test.rb @@ -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) @@ -356,7 +356,7 @@ private params = CGI.parse(URI.parse(response.location).query) assert_not_nil params["oauth_verifier"] - assert_present params["oauth_verifier"].first + assert params["oauth_verifier"].first.present? params["oauth_verifier"].first end