Skip to content

Commit

Permalink
Update test_nanocore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Nov 25, 2023
1 parent a5f538f commit c96c191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_parsers/test_nanocore.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from modules.processing.parsers.CAPE.NanoCore import extract_config


def test_bumblebee():
def test_nanocore():
with open("tests/data/malware/f1bd511b69f95c26f489157272884a12225c1cf7a453207bfc46ce48a91eae96", "rb") as data:
conf = extract_config(data.read())
assert conf == {
"BuildTime": "2023-11-22 01:25:26.569697",
"BuildTime": "2023-11-22 00:25:26.569697",
"Version": "1.2.2.0",
"Mutex": "dc5ce709-95b6-4a26-9175-16a1a8446828",
"DefaultGroup": "6coinc",
Expand Down

0 comments on commit c96c191

Please sign in to comment.