|
@@ -575,7 +575,6 @@ func TestHTTPSInsecure(t *testing.T) {
|
575
|
575
|
address := "https+insecure://" + l.Addr().String() + "/debug/pprof/goroutine"
|
576
|
576
|
s := &source{
|
577
|
577
|
Sources: []string{address},
|
578
|
|
- Seconds: 10,
|
579
|
578
|
Timeout: 10,
|
580
|
579
|
Symbolize: "remote",
|
581
|
580
|
}
|
|
@@ -664,7 +663,6 @@ func TestHTTPSWithServerCertFetch(t *testing.T) {
|
664
|
663
|
address := "https://" + "localhost:" + portStr + "/debug/pprof/goroutine"
|
665
|
664
|
s := &source{
|
666
|
665
|
Sources: []string{address},
|
667
|
|
- Seconds: 10,
|
668
|
666
|
Timeout: 10,
|
669
|
667
|
Symbolize: "remote",
|
670
|
668
|
}
|