Skip to content

Commit

Permalink
tests(proxy) remove obsolete comment in regressions test
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 authored and thibaultcha committed May 12, 2017
1 parent aa3bd24 commit cd7a8af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/02-integration/05-proxy/07-uri_encoding_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ describe("URI encoding", function()
local body = assert.res_status(200, res)
local json = cjson.decode(body)

-- TODO: %7C is apparently decoded/re-encoded to %7c
assert.equal("http://mockbin.com/request?param=abc%7Cdef", json.url)
end)

Expand Down

0 comments on commit cd7a8af

Please sign in to comment.