Skip to content

Commit

Permalink
UT: Fix Hadoop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed Mar 15, 2023
1 parent 51f2233 commit 5ea42b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def plugin(monkeypatch) -> Plugin:
agent_event_publisher=MagicMock(),
agent_binary_repository=MagicMock(),
tcp_port_selector=MagicMock(),
otp_provider=MagicMock(),
)


Expand Down Expand Up @@ -86,6 +87,7 @@ def test_run__exploit_host_raises_exception(monkeypatch, plugin: Plugin):
agent_event_publisher=MagicMock(),
agent_binary_repository=MagicMock(),
tcp_port_selector=MagicMock(),
otp_provider=MagicMock(),
)
result = plugin.run(
host=TARGET_HOST,
Expand Down

0 comments on commit 5ea42b3

Please sign in to comment.