Skip to content

Commit

Permalink
repair the dt of http_server
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghao605 committed Mar 10, 2024
1 parent 2af67d6 commit 427fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/protocol/http/http_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 427fe96

Please sign in to comment.