Skip to content

Commit

Permalink
Add EventsCatchupDownscaleRegex to config test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
  • Loading branch information
matthew1001 committed Aug 15, 2023
1 parent 1dc9d6f commit e8aff93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ethereum/ethereum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func TestConnectorInit(t *testing.T) {
conf.Set(ffresty.HTTPConfigURL, "http://localhost:8545")
conf.Set(EventsCatchupThreshold, 1)
conf.Set(EventsCatchupPageSize, 500)
conf.Set(EventsCatchupDownscaleRegex, "Response size is larger.*error.")

cc, err = NewEthereumConnector(context.Background(), conf)
assert.NoError(t, err)
Expand Down

0 comments on commit e8aff93

Please sign in to comment.