mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Update malwarebazaar_test.py
This commit is contained in:
@@ -29,7 +29,7 @@ class TestMalwarebazaarMethods(unittest.TestCase):
|
||||
"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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user