Skip to content

Commit 80604e3

Browse files
fix: linter
1 parent b2a65c8 commit 80604e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

proxy/proxy_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ func TestProxyServerBasicHTTPS(t *testing.T) {
136136
// Create mock auditor
137137
auditor := &mockAuditor{}
138138

139-
// Create TLS config (minimal for testing)
140-
tlsConfig := &tls.Config{
141-
MinVersion: tls.VersionTLS12,
142-
}
143-
144139
currentUser, err := user.Current()
145140
if err != nil {
146141
log.Fatal(err)

0 commit comments

Comments
 (0)