Skip to content

Commit

Permalink
Update malwarebazaar_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RyHoa authored Dec 19, 2023
1 parent 748a673 commit 5e71503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_isInJson_string_found_in_dict(self):
"value": "test",
"test": "value",
"arr": ["Foo", "Bar", "Hello"],
"dict1": {"helo": "val", "key": "val"}
"dict1": {"key1": "val", "key2": "helo"}
}
self.assertEqual(malwarebazaar.isInJson(input_json, test_string), True)

Expand Down

0 comments on commit 5e71503

Please sign in to comment.