mirror of
https://github.com/mandiant/capa.git
synced 2026-02-05 03:16:56 -08:00
Revert "tests/fixtures.py: update path forming for the cape sample"
This reverts commit 6712801b01.
This commit is contained in:
@@ -344,7 +344,7 @@ def get_data_path_by_name(name):
|
||||
return os.path.join(CD, "data", "2bf18d0403677378adad9001b1243211.elf_")
|
||||
elif name.startswith("0000a657"):
|
||||
return os.path.join(
|
||||
CD, "data", "dynamic", "cape", "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz"
|
||||
CD, "data/dynamic/cape", "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz"
|
||||
)
|
||||
else:
|
||||
raise ValueError(f"unexpected sample fixture: {name}")
|
||||
|
||||
Reference in New Issue
Block a user