Skip to content

Commit

Permalink
chore(all): remove unnecessary flags
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Koehler <[email protected]>
  • Loading branch information
sophia1ch committed Dec 19, 2024
1 parent ced8fb5 commit 056e726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wire/net/simple/listener_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const addr = "0.0.0.0:1337"
// serverKey and serverCert are generated with the following commands:
// openssl ecparam -genkey -name prime256v1 -out server.key
// openssl req -new -x509 -key server.key -out server.pem -days 3650.
//
//nolint:gosec
const testServerKey = `-----BEGIN EC PARAMETERS-----
BggqhkjOPQMBBw==
-----END EC PARAMETERS-----
Expand Down

0 comments on commit 056e726

Please sign in to comment.