diff --git a/main_test.go b/main_test.go index 26951ae..2847cee 100755 --- a/main_test.go +++ b/main_test.go @@ -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()