mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update malwarebazaar_test.py Removed Whitespace
This commit is contained in:
@@ -57,7 +57,7 @@ class TestMalwarebazaarMethods(unittest.TestCase):
|
|||||||
def test_analyze(self):
|
def test_analyze(self):
|
||||||
"""simulated sendReq and prepareResults with 2 mock objects
|
"""simulated sendReq and prepareResults with 2 mock objects
|
||||||
and variables sendReqOutput and prep_res_sim,
|
and variables sendReqOutput and prep_res_sim,
|
||||||
input created for analyze method call
|
input created for analyze method call
|
||||||
and then we compared results['summary'] with 'no result' """
|
and then we compared results['summary'] with 'no result' """
|
||||||
sendReqOutput = {'threat': 'no_result', "query_status": "ok",
|
sendReqOutput = {'threat': 'no_result', "query_status": "ok",
|
||||||
'data': [{'sha256_hash': 'notavalidhash'}]}
|
'data': [{'sha256_hash': 'notavalidhash'}]}
|
||||||
|
|||||||
Reference in New Issue
Block a user