From f5254900320aaa03b63c281351ebb145395d6357 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Fri, 11 Feb 2022 10:18:52 +0000 Subject: [PATCH] Update utls test to match uTLS Round Tripper constructor --- common/utls/roundtripper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utls/roundtripper_test.go b/common/utls/roundtripper_test.go index 0962b4a..6a91385 100644 --- a/common/utls/roundtripper_test.go +++ b/common/utls/roundtripper_test.go @@ -128,7 +128,7 @@ func TestRoundTripper(t *testing.T) { t.Run("Testing fingerprint for "+v.name, func(t *testing.T) { rtter := NewUTLSHTTPRoundTripper(v.id, &utls.Config{ InsecureSkipVerify: true, - }, http.DefaultTransport) + }, http.DefaultTransport, false) for count := 0; count <= 10; count++ { Convey("HTTP 1.1 Test", t, func(c C) {