mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Fix frontend errors in DisabledCertificateCheck tests.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"crypto/tls"
|
||||
"net/http"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSomethingExciting(t *testing.T) {
|
||||
transport := &http.Transport{
|
||||
|
||||
Reference in New Issue
Block a user