mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Update utls test to match uTLS Round Tripper constructor
This commit is contained in:
parent
1573502e93
commit
f525490032
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue