mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 01:50:28 +00:00
Fix integration test error
This commit is contained in:
parent
e167e07a9a
commit
1e2081a1c5
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user