fix test
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-07-31 11:09:15 -05:00
parent 54376ae84a
commit 22f546f14d

View File

@@ -874,6 +874,7 @@ TEST(providers_test, sia_provider) {
provider_type::sia,
utils::path::combine(test::get_test_config_dir(), {"sia"}));
cfg.set_host_config(src_cfg.get_host_config());
cfg.set_sia_config(src_cfg.get_sia_config());
}
curl_comm comm{cfg.get_host_config()};