Skip to content

Commit

Permalink
chore(http2): remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Nov 17, 2024
1 parent 4548360 commit 1f640c8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/connection_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,21 +184,3 @@ func TestProxy4(t *testing.T) {
t.Fatal("TestProxy failed, IP is not changed")
}
}

func TestProxyCONNECT(t *testing.T) {
session := azuretls.NewSession()
defer session.Close()

_ = session.SetProxy(os.Getenv("NON_SECURE_PROXY"))

err := session.Connect("https://tls.peet.ws:443")
if err != nil {
t.Fatal(err)
}

_, err = session.Get("https://tls.peet.ws/api/all")

if err != nil {
t.Fatal(err)
}
}

0 comments on commit 1f640c8

Please sign in to comment.