integration: Fix typo
This commit is contained in:
parent
f412ae442b
commit
95b3e2f140
|
@ -12,7 +12,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestH1H2PlainGET tests whether simple HTTP/2 GET request works.
|
// TestH2H1PlainGET tests whether simple HTTP/2 GET request works.
|
||||||
func TestH2H1PlainGET(t *testing.T) {
|
func TestH2H1PlainGET(t *testing.T) {
|
||||||
st := newServerTester(nil, t, noopHandler)
|
st := newServerTester(nil, t, noopHandler)
|
||||||
defer st.Close()
|
defer st.Close()
|
||||||
|
|
Loading…
Reference in New Issue