summaryrefslogtreecommitdiff
path: root/service/http/ssl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/ssl_test.go')
-rw-r--r--service/http/ssl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/ssl_test.go b/service/http/ssl_test.go
index c9b4d090..49bba6cb 100644
--- a/service/http/ssl_test.go
+++ b/service/http/ssl_test.go
@@ -247,7 +247,7 @@ func Test_SSL_Service_Push(t *testing.T) {
b, err := ioutil.ReadAll(r.Body)
assert.NoError(t, err)
- assert.Equal(t, "", r.Header.Get("http2-push"))
+ assert.Equal(t, "", r.Header.Get("Http2-Push"))
assert.NoError(t, err)
assert.Equal(t, 201, r.StatusCode)