fix tests
parent
2ff12869cd
commit
40d95d5b63
|
|
@ -34,7 +34,7 @@ func TestHTTPSMain(t *testing.T) {
|
|||
"username",
|
||||
"-pass",
|
||||
"password",
|
||||
"-proxy",
|
||||
"-proxy2",
|
||||
"hello," + addr,
|
||||
"-crt",
|
||||
"./testdata/rproxy3server.crt",
|
||||
|
|
@ -89,7 +89,7 @@ func TestHTTPMain(t *testing.T) {
|
|||
"username",
|
||||
"-pass",
|
||||
"password",
|
||||
"-proxy",
|
||||
"-proxy2",
|
||||
"hello," + addr,
|
||||
}
|
||||
main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue