From c12b57a1faae09657e095ca8590a13a05019e6bd Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Wed, 24 Jan 2018 10:57:59 -0600 Subject: [PATCH] cleanup test case description --- proxy/http_headers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/http_headers_test.go b/proxy/http_headers_test.go index baa610eae..5794b0fb7 100644 --- a/proxy/http_headers_test.go +++ b/proxy/http_headers_test.go @@ -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{