Skip to content

Commit

Permalink
Update e2e/openssl/openssl_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <[email protected]>
  • Loading branch information
burgerdev and katexochen authored Mar 7, 2024
1 parent 72dfea9 commit ce7590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/openssl/openssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit ce7590f

Please sign in to comment.