UT: Fix powershell tests

This commit is contained in:
Kekoa Kaaikala 2022-10-03 20:35:46 +00:00
parent 3e86766aaf
commit a79d40b42e
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
} }