forked from p15670423/monkey
UT: Fix Powershell tests to accept IEventQueue
This commit is contained in:
parent
76bbe62c3b
commit
aaef2f1f81
|
@ -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(),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue