Skip to content

Commit

Permalink
fixed test url for test_event_dispatcher_nakamoto_block_filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Dec 17, 2024
1 parent b559822 commit 9b6f72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/event_dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ mod test {
// Create a mock server
let mut server = mockito::Server::new();
let _m = server
.mock("POST", "/new_mempool_tx")
.mock("POST", "/new_block")
.with_status(200)
.expect_at_most(1)
.create();
Expand Down

0 comments on commit 9b6f72b

Please sign in to comment.