Skip to content

Commit

Permalink
Make sure test passes after X-Forwarded-Host change
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbille authored Jul 22, 2017
1 parent 1839683 commit 03bc4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion location_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var tests = []struct {
req: &http.Request{
Header: http.Header{
"X-Forwarded-Proto": {"https"},
"X-Forwarded-For": {"bar.com"},
"X-Forwarded-Host": {"bar.com"},
},
URL: &url.URL{},
},
Expand Down

0 comments on commit 03bc4ad

Please sign in to comment.