Skip to content
Snippets Groups Projects
Commit 53113ff8 authored by Alex Reisner's avatar Alex Reisner
Browse files

Replace URL with unescaped version.

parent f22644d7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ require 'uri'
class OauthUtilTest < Test::Unit::TestCase
def test_query_string_escapes_single_quote
base_url = "http://example.com?location=d%27iberville"
base_url = "http://example.com?location=d'iberville"
o = OauthUtil.new
o.consumer_key = 'consumer_key'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment