Commit 91151f1f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

integration: Fix minor typo

parent daec7c16
......@@ -31,7 +31,7 @@ func TestH1H1PlainGETClose(t *testing.T) {
defer st.Close()
res, err := st.http1(requestParam{
name: "TestH1H1PlainGET",
name: "TestH1H1PlainGETClose",
header: []hpack.HeaderField{
pair("Connection", "close"),
},
......@@ -51,7 +51,7 @@ func TestH2H1PlainGET(t *testing.T) {
defer st.Close()
res, err := st.http2(requestParam{
name: "TestH2H1PlainGet",
name: "TestH2H1PlainGET",
})
if err != nil {
t.Errorf("Error st.http2() = %v", err)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment