Skip to content

Commit

Permalink
[Security Solution] add blocklist form unit tests (#129428)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeypoon authored Apr 7, 2022
1 parent 3dc61c8 commit cb00d18
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ export const ERRORS = {
INVALID_PATH: i18n.translate('xpack.securitySolution.blocklists.warnings.values.invalidPath', {
defaultMessage: 'Path may be formed incorrectly; verify value',
}),
WILDCARD_PRESENT: i18n.translate(
'xpack.securitySolution.blocklists.warnings.values.wildcardPresent',
{
defaultMessage: "A wildcard in the filename will affect the endpoint's performance",
}
),
DUPLICATE_VALUE: i18n.translate(
'xpack.securitySolution.blocklists.warnings.values.duplicateValue',
{
Expand Down
Loading

0 comments on commit cb00d18

Please sign in to comment.