Commit f302f1a8 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

integration: Fix typo

parent c0fc7269
......@@ -87,7 +87,7 @@ func TestH1H1ConnectFailure(t *testing.T) {
name: "TestH1H1ConnectFailure",
})
if err != nil {
t.Fatalf("Error st.http2() = %v", err)
t.Fatalf("Error st.http1() = %v", err)
}
want := 502
if got := res.status; got != want {
......
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