Skip to content

Commit f21c8ce

Browse files
committed
🔥 Remove bad/disabled test
Signed-off-by: Peter Boling <peter.boling@gmail.com>
1 parent d0d49d3 commit f21c8ce

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎test/units/test_action_controller_request_proxy.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,4 @@ def test_parameter_keys_should_preserve_brackets_from_array
142142
request_proxy(:post, { :foo => [123, 456] }).parameters_for_signature.sort
143143
)
144144
end
145-
146-
# TODO disabled; ActionController::TestRequest does not appear to parse
147-
# QUERY_STRING
148-
def x_test_query_string_parameter_values_should_be_cgi_unescaped
149-
request = request_proxy do |r|
150-
r.env["QUERY_STRING"] = "url=http%3A%2F%2Ffoo.com%2F%3Fa%3Db%26c%3Dd"
151-
end
152-
assert_equal(
153-
[["url", "http://foo.com/?a=b&c=d"]],
154-
request.parameters_for_signature.sort
155-
)
156-
end
157145
end

0 commit comments

Comments
 (0)