diff --git a/salt/sensoroni/files/analyzers/malwarebazaar/malwarebazaar_test.py b/salt/sensoroni/files/analyzers/malwarebazaar/malwarebazaar_test.py index b9f3112f2..5f6b49705 100644 --- a/salt/sensoroni/files/analyzers/malwarebazaar/malwarebazaar_test.py +++ b/salt/sensoroni/files/analyzers/malwarebazaar/malwarebazaar_test.py @@ -57,7 +57,7 @@ class TestMalwarebazaarMethods(unittest.TestCase): def test_analyze(self): """simulated sendReq and prepareResults with 2 mock objects 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' """ sendReqOutput = {'threat': 'no_result', "query_status": "ok", 'data': [{'sha256_hash': 'notavalidhash'}]}