Skip to content

Commit

Permalink
[Detection Engine] Update test file names (elastic#183212)
Browse files Browse the repository at this point in the history
## Summary

In an effort to more effectively track our test failures, we have a team
dashboard. We parse some of these based on file paths. Updating some
test names so that they get picked up in these filters more easily.
Should also just help in test discoverability as it makes the file names
more consistent.
  • Loading branch information
yctercero authored May 17, 2024
1 parent 82044e1 commit c2d46b0
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
loadTestFile(require.resolve('./new_terms'));
loadTestFile(require.resolve('./new_terms_alert_suppression'));
loadTestFile(require.resolve('./saved_query'));
loadTestFile(require.resolve('./threat_match'));
loadTestFile(require.resolve('./threat_match_alert_suppression'));
loadTestFile(require.resolve('./indicator_match'));
loadTestFile(require.resolve('./indicator_match_alert_suppression'));
loadTestFile(require.resolve('./threshold'));
loadTestFile(require.resolve('./threshold_alert_suppression'));
loadTestFile(require.resolve('./non_ecs_fields'));
loadTestFile(require.resolve('./query'));
loadTestFile(require.resolve('./custom_query'));
});
};

0 comments on commit c2d46b0

Please sign in to comment.