Skip to content

Commit

Permalink
Don't replace the state path in RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Sep 23, 2022
1 parent 6d2862a commit 4f67c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/common/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pub fn spawn_zebrad_for_rpc<S: AsRef<str> + std::fmt::Debug>(
// Writes a configuration that has RPC listen_addr set (if needed).
// If the state path env var is set, uses it in the config.
let zebrad = testdir()?
.with_config(&mut config)?
.with_exact_config(&config)?
.spawn_child(args!["start"])?
.bypass_test_capture(true)
.with_timeout(test_type.zebrad_timeout())
Expand Down

0 comments on commit 4f67c2f

Please sign in to comment.