Update malwarebazaar_test.py Removed Whitespace

This commit is contained in:
Ryan Hoang
2023-12-18 19:18:26 -05:00
committed by GitHub
parent fb5ee6b9e9
commit a561f8c783

View File

@@ -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'}]}