From 6f4fc14db59d83f09fefd7ad64c5ff99850ac9c7 Mon Sep 17 00:00:00 2001 From: xpedrero Date: Tue, 10 Dec 2019 17:54:41 +0100 Subject: [PATCH] Change on Catalog1 test --- server/rest/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/rest/tests.py b/server/rest/tests.py index c45d677..9084c5f 100644 --- a/server/rest/tests.py +++ b/server/rest/tests.py @@ -477,7 +477,7 @@ def test_metadata(self): }, 'function_id_2' : { - 'opcodes' : "VTHSieWLafrci3UMU41Y/w+2DBaITBMBg8IBhMl18VteXcM=", + 'opcodes' : "VTHSieWLaQhWi3UMU41Y/w+2DBaITBMBg8IBhMl18VteXcM=", 'architecture' : "intel32", 'apis' : ["CreateThread", "WriteProcessMemory"] } @@ -495,7 +495,7 @@ def test_metadata(self): self.assertIs("function_id_0" in d["results"]["matches"], True) self.assertIs("function_id_1" in d["results"]["matches"], True) - self.assertIs("function_id_2" in d["results"]["matches"], False) + self.assertIs("function_id_2" in d["results"]["matches"], True) for f_id in d["results"]["matches"]: for f in d["results"]["matches"][f_id]: