diff --git a/crates/threshold-signature-server/src/user/tests.rs b/crates/threshold-signature-server/src/user/tests.rs index d4459285a..5447fb0f2 100644 --- a/crates/threshold-signature-server/src/user/tests.rs +++ b/crates/threshold-signature-server/src/user/tests.rs @@ -361,7 +361,6 @@ async fn signature_request_with_derived_account_works() { // let substrate_context = test_node_process_testing_state(force_authoring).await; let substrate_context = integration_test_node_with_unique_ports().await; - let entropy_api = get_api(&substrate_context.node_proc.ws_url).await.unwrap(); let rpc = get_rpc(&substrate_context.node_proc.ws_url).await.unwrap(); @@ -452,7 +451,6 @@ async fn test_signing_fails_if_wrong_participants_are_used() { // let substrate_context = test_node_process_testing_state(force_authoring).await; let substrate_context = integration_test_node_with_unique_ports().await; - let entropy_api = get_api(&substrate_context.node_proc.ws_url).await.unwrap(); let rpc = get_rpc(&substrate_context.node_proc.ws_url).await.unwrap();