From ce7590fa2b5c2de38b8c8017f16a5fe81add5cc8 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 7 Mar 2024 10:40:43 +0100 Subject: [PATCH] Update e2e/openssl/openssl_test.go Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- e2e/openssl/openssl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/openssl/openssl_test.go b/e2e/openssl/openssl_test.go index 390f4371a5..1a3d1ad351 100644 --- a/e2e/openssl/openssl_test.go +++ b/e2e/openssl/openssl_test.go @@ -97,7 +97,7 @@ func TestFrontend(t *testing.T) { }) for certFile, pem := range certs { - t.Run("frontend-ca-"+certFile, func(t *testing.T) { + t.Run("go dial frontend with ca "+certFile, func(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute) defer cancel()