Skip to content

Commit

Permalink
fix: debug rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Oct 24, 2024
1 parent d5969a3 commit 9d330ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tests/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ func (p *pocketdBin) runCurlCmd(rpcBaseURL, service, method, path, appAddr, data
rpcUrl.RawQuery = queryValues.Encode()
}

fmt.Println("rpcUrl", rpcUrl.String())

base := []string{
"-v", // verbose output
"-sS", // silent with error
Expand Down

0 comments on commit 9d330ee

Please sign in to comment.