From effbfac7d9b318a54bf5782e2490e72fb349b19a Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Fri, 21 Nov 2025 08:49:56 +0200 Subject: [PATCH] fix: ci test 3 --- integration_tests/src/test_suite_map.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/src/test_suite_map.rs b/integration_tests/src/test_suite_map.rs index 10c7be2..bf6da53 100644 --- a/integration_tests/src/test_suite_map.rs +++ b/integration_tests/src/test_suite_map.rs @@ -1185,6 +1185,7 @@ pub fn prepare_function_map() -> HashMap { tokio::time::sleep(Duration::from_secs(TIME_TO_WAIT_FOR_BLOCK_SECONDS)).await; tokio::time::sleep(Duration::from_secs(TIME_TO_WAIT_FOR_BLOCK_SECONDS)).await; + let wallet_config = fetch_config().await.unwrap(); let wallet_storage = WalletCore::start_from_config_update_chain(wallet_config) .await .unwrap();