From 52a215565521ee8cd7f1bad964ea19e81cf7dfad Mon Sep 17 00:00:00 2001 From: jbesraa Date: Tue, 8 Oct 2024 16:54:27 +0300 Subject: [PATCH] Upgrade TP test module version to 0.1.9 --- roles/tests-integration/tests/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tests-integration/tests/common/mod.rs b/roles/tests-integration/tests/common/mod.rs index c87b9b03a..b9e046930 100644 --- a/roles/tests-integration/tests/common/mod.rs +++ b/roles/tests-integration/tests/common/mod.rs @@ -22,7 +22,7 @@ use tar::Archive; // prevents get_available_port from ever returning the same port twice static UNIQUE_PORTS: Lazy>> = Lazy::new(|| Mutex::new(HashSet::new())); -const VERSION_TP: &str = "0.1.7"; +const VERSION_TP: &str = "0.1.9"; fn download_bitcoind_tarball(download_url: &str) -> Vec { let response = minreq::get(download_url)