Skip to content

Commit

Permalink
cleanup test case description
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hurt committed Jan 24, 2018
1 parent b121091 commit c12b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/http_headers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func TestAddResponseHeaders(t *testing.T) {
"",
},

{"set Strict-Transport-Security with options for TLS, if MaxAge greater than 0 with options",
{"set Strict-Transport-Security for TLS, if MaxAge greater than 0 with options",
&http.Request{RemoteAddr: "1.2.3.4:5555", TLS: &tls.ConnectionState{}},
config.Proxy{STSHeader: config.STSHeader{MaxAge: 31536000, Preload: true, Subdomains: true}},
http.Header{
Expand Down

0 comments on commit c12b57a

Please sign in to comment.