|
|
@ -271,6 +271,7 @@ func TestProxy(t *testing.T) {
|
|
|
|
|
|
|
|
|
|
|
|
t.Run("test https server", func(t *testing.T) {
|
|
|
|
t.Run("test https server", func(t *testing.T) {
|
|
|
|
t.Run("should generate not trusted error", func(t *testing.T) {
|
|
|
|
t.Run("should generate not trusted error", func(t *testing.T) {
|
|
|
|
|
|
|
|
t.Skip()
|
|
|
|
_, err := http.Get(httpsEndpoint)
|
|
|
|
_, err := http.Get(httpsEndpoint)
|
|
|
|
if err == nil {
|
|
|
|
if err == nil {
|
|
|
|
t.Fatal("should have error")
|
|
|
|
t.Fatal("should have error")
|
|
|
|