Skip to content

Commit 94974ec

Browse files
committed
Remove NETWORK env variable in E2E
1 parent e5b6270 commit 94974ec

File tree

1 file changed

+1
-2
lines changed
  • mithril-test-lab/mithril-end-to-end/src/mithril

1 file changed

+1
-2
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/client.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ impl ClientCommand {
146146
impl Client {
147147
pub fn new(aggregator_endpoint: String, work_dir: &Path, bin_dir: &Path) -> StdResult<Self> {
148148
let env = HashMap::from([
149-
("NETWORK", "devnet"),
150-
("AGGREGATOR_ENDPOINT", &aggregator_endpoint),
151149
("GENESIS_VERIFICATION_KEY", "5b33322c3235332c3138362c3230312c3137372c31312c3131372c3133352c3138372c3136372c3138312c3138382c32322c35392c3230362c3130352c3233312c3135302c3231352c33302c37382c3231322c37362c31362c3235322c3138302c37322c3133342c3133372c3234372c3136312c36385d"),
150+
("AGGREGATOR_ENDPOINT", &aggregator_endpoint),
152151
]);
153152
let args = vec!["-vvv"];
154153
let command = MithrilCommand::new("mithril-client", work_dir, bin_dir, env, &args)?;

0 commit comments

Comments
 (0)