[unit test] Complete all providers unit tests #12
This commit is contained in:
@@ -1440,7 +1440,7 @@ static void remove_item_meta_restricted_names_fail(i_provider &provider) {
|
||||
|
||||
for (const auto &key : META_PERMANENT_NAMES) {
|
||||
auto res = provider.remove_item_meta(api_path, std::string{key});
|
||||
EXPECT_NE(api_error::success, res);
|
||||
EXPECT_EQ(api_error::success, res);
|
||||
|
||||
api_meta_map meta{};
|
||||
EXPECT_EQ(api_error::success, provider.get_item_meta(api_path, meta));
|
||||
|
Reference in New Issue
Block a user