Skip to content

Commit

Permalink
skip G115 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Sep 13, 2024
1 parent 4f4915e commit a60520a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system_tests/retryable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ func testFlatCallTracer(t *testing.T, ctx context.Context, client rpc.ClientInte
var blockNumber hexutil.Uint64
err := client.CallContext(ctx, &blockNumber, "eth_blockNumber")
Require(t, err)
// #nosec G115
for i := int64(0); i < int64(blockNumber); i++ {
flatCallTracer := "flatCallTracer"
var result interface{}
Expand Down

0 comments on commit a60520a

Please sign in to comment.