Fix integration test error

This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-16 22:24:53 +09:00
parent e167e07a9a
commit 1e2081a1c5
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ func TestH2H1BadResponseCL(t *testing.T) {
t.Fatalf("Error st.http2() = %v", err)
}
want := http2.ErrCodeProtocol
want := http2.ErrCodeInternal
if res.errCode != want {
t.Errorf("res.errCode = %v; want %v", res.errCode, want)
}