Adjust test to match real world value

This commit is contained in:
Evan Phoenix 2020-05-19 15:34:06 -07:00
parent e503cceb61
commit 0a3c09a060
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class TestPumaServer < Minitest::Test
req = Net::HTTP::Get.new("/")
req['HOST'] = "example.com"
req['X-FORWARDED-PROTO'] = "https,http"
res = Net::HTTP.start @host, @server.connected_port do |http|
http.request(req)