Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Change on Catalog1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xpedrero committed Dec 10, 2019
1 parent 9a292df commit 6f4fc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/rest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def test_metadata(self):
},
'function_id_2' :
{
'opcodes' : "VTHSieWLafrci3UMU41Y/w+2DBaITBMBg8IBhMl18VteXcM=",
'opcodes' : "VTHSieWLaQhWi3UMU41Y/w+2DBaITBMBg8IBhMl18VteXcM=",
'architecture' : "intel32",
'apis' : ["CreateThread", "WriteProcessMemory"]
}
Expand All @@ -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]:
Expand Down

0 comments on commit 6f4fc14

Please sign in to comment.