Skip to content

Commit 14df561

Browse files
authored
Order matters
1 parent 31d0257 commit 14df561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/test/api_integration/apis/ml/modules/get_module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ const moduleIds = [
2525
'nginx_ecs',
2626
'sample_data_ecommerce',
2727
'sample_data_weblogs',
28+
'security_linux',
29+
'security_windows',
2830
'siem_auditbeat',
2931
'siem_auditbeat_auth',
3032
'siem_cloudtrail',
3133
'siem_packetbeat',
3234
'siem_winlogbeat',
3335
'siem_winlogbeat_auth',
3436
'uptime_heartbeat',
35-
'security_linux',
36-
'security_windows',
3737
];
3838

3939
export default ({ getService }: FtrProviderContext) => {

0 commit comments

Comments
 (0)