Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 013d88e

Browse files
author
Max Schaefer
committed
Fix frontend errors in DisabledCertificateCheck tests.
1 parent cb2f15f commit 013d88e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck

ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
package main
22

3-
import "testing"
3+
import (
4+
"crypto/tls"
5+
"net/http"
6+
"testing"
7+
)
48

59
func TestSomethingExciting(t *testing.T) {
610
transport := &http.Transport{

0 commit comments

Comments
 (0)