From 91151f1f5627079eacb60d165405ce6d1f98e6f2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 20 Jan 2015 22:25:56 +0900 Subject: [PATCH] integration: Fix minor typo --- integration-tests/nghttpx_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/nghttpx_test.go b/integration-tests/nghttpx_test.go index 189df0ad..187a6974 100644 --- a/integration-tests/nghttpx_test.go +++ b/integration-tests/nghttpx_test.go @@ -31,7 +31,7 @@ func TestH1H1PlainGETClose(t *testing.T) { defer st.Close() res, err := st.http1(requestParam{ - name: "TestH1H1PlainGET", + name: "TestH1H1PlainGETClose", header: []hpack.HeaderField{ pair("Connection", "close"), }, @@ -51,7 +51,7 @@ func TestH2H1PlainGET(t *testing.T) { defer st.Close() res, err := st.http2(requestParam{ - name: "TestH2H1PlainGet", + name: "TestH2H1PlainGET", }) if err != nil { t.Errorf("Error st.http2() = %v", err)