Fix frontend errors in DisabledCertificateCheck tests.

This commit is contained in:
Max Schaefer
2020-04-14 10:20:39 +01:00
parent cb2f15f770
commit 013d88e511

View File

@@ -1,6 +1,10 @@
package main
import "testing"
import (
"crypto/tls"
"net/http"
"testing"
)
func TestSomethingExciting(t *testing.T) {
transport := &http.Transport{