Skip to content

Commit

Permalink
Update integration-tests/chain-signatures/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Phuong Nguyen <[email protected]>
  • Loading branch information
volovyks and ChaoticTempest authored Oct 17, 2024
1 parent 3bce87b commit edc4b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/chain-signatures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pub async fn setup(docker_client: &DockerClient) -> anyhow::Result<Context<'_>>
let redis_container = crate::containers::Redis::run(docker_client, docker_network).await?;
let redis_url = redis_container.local_address.clone();

tracing::info!(redis_url = %redis_url, "started Redis container");
tracing::info!(%redis_url, "started Redis container");

let sk_share_local_path = "multichain-integration-secret-manager".to_string();
let storage_options = mpc_node::storage::Options {
Expand Down

0 comments on commit edc4b9f

Please sign in to comment.