[unit test] Complete all providers unit tests #12
This commit is contained in:
@@ -175,7 +175,7 @@ const auto decrypt_parts = [](const repertory::app_config &cfg,
|
||||
};
|
||||
|
||||
const auto pinned_includes_api_path =
|
||||
[&](const auto &pinned, const std::string &expected_path) -> bool {
|
||||
[](const auto &pinned, const std::string &expected_path) -> bool {
|
||||
return std::ranges::any_of(pinned, [&expected_path](auto &&api_path) -> bool {
|
||||
return api_path == expected_path;
|
||||
});
|
||||
|
Reference in New Issue
Block a user