aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/header_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/dispatch/header_test.rb')
-rw-r--r--actionpack/test/dispatch/header_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/header_test.rb b/actionpack/test/dispatch/header_test.rb
index 782c2cb11d..79600b654b 100644
--- a/actionpack/test/dispatch/header_test.rb
+++ b/actionpack/test/dispatch/header_test.rb
@@ -2,7 +2,7 @@ require "abstract_unit"
class HeaderTest < ActiveSupport::TestCase
def make_headers(hash)
- ActionDispatch::Http::Headers.new hash
+ ActionDispatch::Http::Headers.new ActionDispatch::Request.new hash
end
setup do