[unit test] Complete all providers unit tests #12
All checks were successful
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-18 17:54:02 -05:00
parent 2cae947d22
commit 9c79f15139

View File

@@ -1255,7 +1255,7 @@ TYPED_TEST(providers_test, upload_file_not_implemented_on_read_only) {
EXPECT_EQ(api_error::not_implemented, res); EXPECT_EQ(api_error::not_implemented, res);
} }
TYPED_TEST(providers_test, upload_file_fails_if_source_not_found) { TYPED_TEST(providers_test, upload_file_fails_if_source_is_not_found) {
if (this->provider->is_read_only()) { if (this->provider->is_read_only()) {
return; return;
} }