[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [pluggable-transports/snowflake] 08/13: Update utls test to match uTLS Round Tripper constructor



This is an automated email from the git hooks/post-receive script.

shelikhoo pushed a commit to branch main
in repository pluggable-transports/snowflake.

commit f5254900320aaa03b63c281351ebb145395d6357
Author: Shelikhoo <xiaokangwang@xxxxxxxxxxx>
AuthorDate: Fri Feb 11 10:18:52 2022 +0000

    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) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits