mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
test/scripts.py: bugfix
This commit is contained in:
@@ -63,7 +63,7 @@ def get_rule_path():
|
||||
pytest.param("show-capabilities-by-function.py", [get_binary_file_path()]),
|
||||
pytest.param("show-features.py", [get_binary_file_path()]),
|
||||
pytest.param("show-features.py", ["-F", "0x407970", get_binary_file_path()]),
|
||||
pytest.param("show-features.py", ["-P", "MicrosoftEdgeUpdate.exe", get_report_file_path]),
|
||||
pytest.param("show-features.py", ["-P", "MicrosoftEdgeUpdate.exe", get_report_file_path()]),
|
||||
pytest.param("show-unused-features.py", [get_binary_file_path()]),
|
||||
pytest.param("capa_as_library.py", [get_binary_file_path()]),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user