[unit test] Complete all providers unit tests #12
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-17 12:14:55 -05:00
parent 52e84f95fb
commit 1d004eeccf

View File

@@ -1596,7 +1596,7 @@ TEST(providers_test, s3_provider_encrypted) {
TEST(providers_test, sia_provider) { TEST(providers_test, sia_provider) {
auto config_path = auto config_path =
utils::path::combine(test::get_test_output_dir(), {"sia", "provider"}); utils::path::combine(test::get_test_output_dir(), {"provider", "sia"});
console_consumer consumer{}; console_consumer consumer{};
event_system::instance().start(); event_system::instance().start();