integration: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-21 22:47:22 +09:00
parent c0fc726955
commit f302f1a830
1 changed files with 1 additions and 1 deletions

View File

@ -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 {