Skip to content

Commit

Permalink
pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasen committed Dec 8, 2015
1 parent 9bc64eb commit 1eff000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func TestHTTPServer(t *testing.T) {

client := &http.Client{}
req, _ := http.NewRequest("GET", "http://"+string(_defaultFrontdAddr), nil)
req.Header.Set(string(_cipherRequestHeader), string(cipherAddr))
req.Header.Set(string(_hdrCipherOrigin), string(cipherAddr))
req.Header.Set("X-Forwarded-For", "8.8.8.8, 8.8.4.4")
res, err := client.Do(req)
if err != nil {
Expand Down

0 comments on commit 1eff000

Please sign in to comment.