Merge pull request #25632 from volmer/fix-integration-test-frozen-literals

Fix request encoding in tests when string literals are frozen
This commit is contained in:
Kasper Timm Hansen 2016-07-01 22:22:10 +02:00 committed by GitHub
commit 7f0d415eb7

@ -423,7 +423,7 @@ def initialize(mime_name, param_encoder, response_parser, url_encoded_form = fal
end
def append_format_to(path)
path << @path_format unless @url_encoded_form
path += @path_format unless @url_encoded_form
path
end