From 4bb13d60753b5f8331cf0ebc2509c027806c9dc0 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Tue, 4 Aug 2020 10:35:10 -0600 Subject: [PATCH] tests: ida: fix offset arch test --- tests/test_ida_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ida_features.py b/tests/test_ida_features.py index e84b094db..e7afc7388 100644 --- a/tests/test_ida_features.py +++ b/tests/test_ida_features.py @@ -150,7 +150,7 @@ def test_offset_features(): @pytest.mark.skip(reason="IDA Pro tests must be run within IDA") -def test_offset_arch_features(mimikatz): +def test_offset_arch_features(): f = get_extractor().get_function(0x40105D) features = extract_function_features(f) assert capa.features.insn.Offset(0x0) in features