Skip to content

Commit

Permalink
test: fix follower_bootup integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Sep 4, 2024
1 parent 9e80c14 commit b675546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testnet/stacks-node/src/tests/nakamoto_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3111,6 +3111,7 @@ fn follower_bootup() {
wait_for_first_naka_block_commit(60, &commits_submitted);

let mut follower_conf = naka_conf.clone();
follower_conf.node.miner = false;
follower_conf.events_observers.clear();
follower_conf.node.working_dir = format!("{}-follower", &naka_conf.node.working_dir);
follower_conf.node.seed = vec![0x01; 32];
Expand Down

0 comments on commit b675546

Please sign in to comment.