diff --git a/test/e2e/pkg/testnet.go b/test/e2e/pkg/testnet.go index 6589dbcfe..3d213f381 100644 --- a/test/e2e/pkg/testnet.go +++ b/test/e2e/pkg/testnet.go @@ -298,7 +298,7 @@ func (n Node) Validate(testnet Testnet) error { } } switch n.BlockSync { - case "v0": + case "", "v0": default: return fmt.Errorf("invalid block sync setting %q", n.BlockSync) }