From 013d88e511e5e5958b264af3c2814bef4d415f2d Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Tue, 14 Apr 2020 10:20:39 +0100 Subject: [PATCH] Fix frontend errors in `DisabledCertificateCheck` tests. --- .../Security/CWE-295/DisabledCertificateCheck/tst.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go b/ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go index 5b6a7263a7b..9dc836c65ef 100644 --- a/ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go +++ b/ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go @@ -1,6 +1,10 @@ package main -import "testing" +import ( + "crypto/tls" + "net/http" + "testing" +) func TestSomethingExciting(t *testing.T) { transport := &http.Transport{