From 03c610ed77822f03e1a715050e419499ad2f1a26 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Tue, 22 Aug 2023 23:20:58 +1000 Subject: [PATCH] Fix release test compilation error --- beacon_node/http_api/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/http_api/tests/tests.rs b/beacon_node/http_api/tests/tests.rs index 16873578f..b58536bdc 100644 --- a/beacon_node/http_api/tests/tests.rs +++ b/beacon_node/http_api/tests/tests.rs @@ -5182,6 +5182,7 @@ async fn builder_works_post_capella() { async fn builder_works_post_deneb() { let mut config = ApiTesterConfig { builder_threshold: Some(0), + retain_historic_states: false, spec: E::default_spec(), }; config.spec.altair_fork_epoch = Some(Epoch::new(0));