Skip to content

Commit f63504d

Browse files
committed
Merge branch 'dx-2128-seth-better-error-msgs' into dx-2129-seth-hardening
2 parents a8005df + 6f36cf9 commit f63504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seth/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestRPCHealthCheckEnabled_Node_Unhealthy(t *testing.T) {
4040

4141
_, err = seth.NewClientWithConfig(cfg)
4242
require.Error(t, err, "expected error when connecting to unhealthy node")
43-
require.Contains(t, err.Error(), "RPC health check failed: failed to send transaction to network: insufficient funds for gas * price + value", "expected error message when connecting to dead node")
43+
require.Contains(t, err.Error(), "RPC health check failed: failed to send transaction to network: Insufficient funds for gas", "expected error message when connecting to dead node")
4444
}
4545

4646
func TestRPCHealthCheckDisabled_Node_Unhealthy(t *testing.T) {

0 commit comments

Comments
 (0)