mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
Update malwarebazaar_test.py
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user