Skip to content

Commit

Permalink
remove seq3 and 4 from clients
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 1, 2024
1 parent 80c8637 commit 0574057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ impl TestConfig {
let sequencer_clients = [
dotenvy::var("ESPRESSO_SEQUENCER_API_PORT")?,
dotenvy::var("ESPRESSO_SEQUENCER1_API_PORT")?,
dotenvy::var("ESPRESSO_SEQUENCER3_API_PORT")?,
dotenvy::var("ESPRESSO_SEQUENCER4_API_PORT")?,
]
.iter()
.map(|port| url_from_port(port.clone()).unwrap())
Expand Down

0 comments on commit 0574057

Please sign in to comment.