mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-19 09:06:48 +00:00
chore(unit_tests): fix linting issue
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
ec9f148e0b
commit
64039196ad
@ -712,7 +712,7 @@ TEST_F(test_falco_engine, rule_override_exceptions_required_fields)
|
|||||||
)END";
|
)END";
|
||||||
|
|
||||||
ASSERT_FALSE(load_rules(rules_content, "rules.yaml"));
|
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();
|
ASSERT_TRUE(check_error_message("Item has no mapping for key 'fields'")) << m_load_result_json.dump();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user