UT: Fix powershell tests
This commit is contained in:
parent
3e86766aaf
commit
a79d40b42e
|
@ -38,7 +38,7 @@ def powershell_arguments(http_and_https_both_enabled_host):
|
||||||
"options": options,
|
"options": options,
|
||||||
"current_depth": 2,
|
"current_depth": 2,
|
||||||
"telemetry_messenger": MagicMock(),
|
"telemetry_messenger": MagicMock(),
|
||||||
"event_queue": MagicMock(),
|
"agent_event_queue": MagicMock(),
|
||||||
"agent_binary_repository": mock_agent_binary_repository,
|
"agent_binary_repository": mock_agent_binary_repository,
|
||||||
"interrupt": threading.Event(),
|
"interrupt": threading.Event(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue