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 Nov 10, 2023
1 parent 4ffba8d commit 09f5c1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/strelka/tests/test_scan_yara.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def test_scan_bad_yara(mocker):
},
)

print(scanner_event) # Add this line to check the actual value of "rules_loaded"
TestCase.maxDiff = None
TestCase().assertDictEqual(test_scan_event, scanner_event)

Expand Down

0 comments on commit 09f5c1a

Please sign in to comment.