Skip to content

Commit

Permalink
Update test_scan_yara.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed Dec 1, 2023
1 parent 954e40f commit 9e85feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/strelka/tests/test_scan_yara.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_scan_bad_yara(mocker):
test_scan_event = {
"elapsed": mock.ANY,
"flags": [
'compiling_error_general_/strelka/strelka/tests/fixtures/test_elk_linux_torte.yara(31): undefined identifier "is__elf"',
'compiling_error_syntax_/strelka/strelka/tests/fixtures/test_elk_linux_torte.yara(31): undefined identifier "is__elf"',
"no_rules_loaded",
],
"matches": [],
Expand Down

0 comments on commit 9e85feb

Please sign in to comment.