refactor
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 15:18:26 -05:00
parent 2d6f6a5dc7
commit 6948f27309

View File

@@ -181,7 +181,7 @@ protected:
mgr = std::make_unique<file_manager>(*config, *provider);
EXPECT_TRUE(provider->start(
[&provider](bool directory, api_file &file) -> api_error {
[](bool directory, api_file &file) -> api_error {
return provider_meta_handler(*provider, directory, file);
},
mgr.get()));