UT: Fix Powershell tests to accept IEventQueue

This commit is contained in:
Ilija Lazoroski 2022-08-15 17:59:20 +02:00
parent 76bbe62c3b
commit aaef2f1f81
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def powershell_arguments(http_and_https_both_enabled_host):
"options": options,
"current_depth": 2,
"telemetry_messenger": MagicMock(),
"event_queue": MagicMock(),
"agent_repository": mock_agent_repository,
"interrupt": threading.Event(),
}