Skip to content

Commit

Permalink
fix geth port
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Jul 26, 2024
1 parent efb08bb commit 5d5d9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tengateway/tengateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func testErrorHandling(t *testing.T, httpURL, wsURL string, w wallet.Wallet) {
require.NoError(t, err, req, response)

// repeat the process for the gateway
_, response, err = httputil.PostDataJSON(fmt.Sprintf("http://localhost:%d", integration.StartPortTenGatewayUnitTest), []byte(req))
_, response, err = httputil.PostDataJSON(fmt.Sprintf("http://localhost:%d", _startPort+integration.DefaultGethHTTPPortOffset), []byte(req))
require.NoError(t, err)

// we only care about format
Expand Down

0 comments on commit 5d5d9f0

Please sign in to comment.