From a79d40b42e02bb45359a29488c40842dce20e742 Mon Sep 17 00:00:00 2001 From: Kekoa Kaaikala Date: Mon, 3 Oct 2022 20:35:46 +0000 Subject: [PATCH] UT: Fix powershell tests --- .../unit_tests/infection_monkey/exploit/test_powershell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py b/monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py index e01a545d2..97096830d 100644 --- a/monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py +++ b/monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py @@ -38,7 +38,7 @@ def powershell_arguments(http_and_https_both_enabled_host): "options": options, "current_depth": 2, "telemetry_messenger": MagicMock(), - "event_queue": MagicMock(), + "agent_event_queue": MagicMock(), "agent_binary_repository": mock_agent_binary_repository, "interrupt": threading.Event(), }