From a561f8c78309666e79ae5e767a28830700d1cab4 Mon Sep 17 00:00:00 2001 From: Ryan Hoang <129560634+RyHoa@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:18:26 -0500 Subject: [PATCH] Update malwarebazaar_test.py Removed Whitespace --- .../files/analyzers/malwarebazaar/malwarebazaar_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}]}