From 40d95d5b63ba3d37e872752e9897e5645495e79e Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 20 Nov 2025 08:29:11 -0700 Subject: [PATCH] fix tests --- main_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()