Update malwarebazaar_test.py

This commit is contained in:
Ryan Hoang
2023-12-18 19:54:14 -05:00
committed by GitHub
parent 748a67314f
commit 5e715036fb

View File

@@ -29,7 +29,7 @@ class TestMalwarebazaarMethods(unittest.TestCase):
"value": "test", "value": "test",
"test": "value", "test": "value",
"arr": ["Foo", "Bar", "Hello"], "arr": ["Foo", "Bar", "Hello"],
"dict1": {"helo": "val", "key": "val"} "dict1": {"key1": "val", "key2": "helo"}
} }
self.assertEqual(malwarebazaar.isInJson(input_json, test_string), True) self.assertEqual(malwarebazaar.isInJson(input_json, test_string), True)