From 427fe968d1a6887160603690b7619fe481946bbf Mon Sep 17 00:00:00 2001 From: yanghao605 <18846197812@163.com> Date: Sun, 10 Mar 2024 15:18:05 +0800 Subject: [PATCH] repair the dt of http_server --- proxy/protocol/http/http_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/protocol/http/http_server_test.go b/proxy/protocol/http/http_server_test.go index 4c8fb41..39e61e4 100644 --- a/proxy/protocol/http/http_server_test.go +++ b/proxy/protocol/http/http_server_test.go @@ -128,7 +128,7 @@ func TestHttpServer(t *testing.T) { // case listen on 127.0.0.1 s = f(server.Options{ - Address: "127.0.0.1:30201", + Address: "127.0.0.1:30301", ChainName: "default", }) err = s.Start()