Skip to content

Commit

Permalink
updating file names issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed May 13, 2024
1 parent f874dbd commit 5c90a94
Showing 1 changed file 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 5c90a94

Please sign in to comment.