chore(unit_tests): fix linting issue

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2024-05-17 13:12:28 +02:00 committed by poiana
parent ec9f148e0b
commit 64039196ad

View File

@ -712,7 +712,7 @@ TEST_F(test_falco_engine, rule_override_exceptions_required_fields)
)END";
ASSERT_FALSE(load_rules(rules_content, "rules.yaml"));
ASSERT_FALSE(has_warnings());
ASSERT_FALSE(has_warnings());
ASSERT_TRUE(check_error_message("Item has no mapping for key 'fields'")) << m_load_result_json.dump();
}