Skip to content

Commit

Permalink
Hopefully tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Dec 12, 2022
1 parent ac760eb commit ae573e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
*/
export const mlModules: string[] = [
'ssecurity_cloudtrail',
'security_cloudtrail',
'security_packetbeat',
'security_auth',
'security_linux_v3',
Expand Down
4 changes: 2 additions & 2 deletions x-pack/test/api_integration/apis/ml/modules/get_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const moduleIds = [
'sample_data_ecommerce',
'sample_data_weblogs',
'security_auth',
'security_cloudtrail',
'security_linux_v3',
'security_network',
'security_windows_v3',
'security_cloudtrail',
'security_packetbeat',
'security_windows_v3',
'uptime_heartbeat',
];

Expand Down

0 comments on commit ae573e7

Please sign in to comment.