From cedb9764ba3574e9bcb32fe298153da806e47842 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 24 Jul 2023 16:27:40 -0600 Subject: [PATCH] fix test name --- internal/log/headers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/log/headers_test.go b/internal/log/headers_test.go index 1abf7bede..7dd23d8c0 100644 --- a/internal/log/headers_test.go +++ b/internal/log/headers_test.go @@ -45,7 +45,7 @@ func TestHTTPHeaders(t *testing.T) { assert.Equal(t, `{"level":"info"}`, strings.TrimSpace(buf.String())) }) - t.Run("one", func(t *testing.T) { + t.Run("two", func(t *testing.T) { t.Parallel() var buf bytes.Buffer