Skip to content

Commit 7cee5a3

Browse files
committed
🧪 test: fix expected values for alphabetical order validator tests
1 parent 97d8ae4 commit 7cee5a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎tests/sigmahq/selection_order/test_sigmahq_selection_alphabetical_order_validator.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"author": "Test",
4444
"date": "2024-01-01",
4545
},
46-
["*zombie.exe*", "*cmd.exe*", "*powershell.exe*"],
46+
["*zombie.exe", "*cmd.exe", "*powershell.exe"],
4747
),
4848
(
4949
"Two items not in order - issue",
@@ -63,7 +63,7 @@
6363
"author": "Test",
6464
"date": "2024-01-01",
6565
},
66-
["*z.exe*", "*a.exe*"],
66+
["*z.exe", "*a.exe"],
6767
),
6868
(
6969
"Single item - no issue",
@@ -106,7 +106,7 @@
106106
"author": "Test",
107107
"date": "2024-01-01",
108108
},
109-
["*zombie*", "*cmd*", "*powershell*"],
109+
["*zombie", "*cmd", "*powershell"],
110110
),
111111
]
112112

0 commit comments

Comments
 (0)