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 ce7590f commit 01a39d5
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 @@ -62,7 +62,7 @@ func TestFrontend(t *testing.T) {

certs := make(map[string][]byte)

t.Run("verify", func(t *testing.T) {
t.Run("contrast verify", func(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute)
defer cancel()

Expand Down

0 comments on commit 01a39d5

Please sign in to comment.