Fix regression test for #8528 (#8771)

I accidentally broke `unstable` while merging some missed commits from `release-v8.0`. The merge was clean but semantically broken, and I didn't notice because I pushed without running CI 😬


  - Fix the regression test added for #8528, for compatibility with the recent `RpcBlock` changes. I'm passing `is_available = false` which seems correct for this test.


Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Michael Sproul
2026-02-09 12:31:50 +11:00
committed by GitHub
parent 532d8918c8
commit c4437d2927

View File

@@ -170,7 +170,7 @@ async fn verify_header_signature_fork_block_bug() {
// This keeps the head at the pre-fork state (Electra).
harness.advance_slot();
let rpc_block = harness
.build_rpc_block_from_blobs(block_root, signed_block.clone(), None)
.build_rpc_block_from_blobs(signed_block.clone(), None, false)
.expect("Should build RPC block");
let availability = harness
.chain