From 984ce2e8bc6d6479f06fa238cd054c913d0ddc40 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 14 Sep 2022 19:50:33 +0530 Subject: [PATCH] UT: Use agent_event_forwarder instead send_all_events_to_island in import --- .../infection_monkey/test_send_all_events_to_island.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/tests/unit_tests/infection_monkey/test_send_all_events_to_island.py b/monkey/tests/unit_tests/infection_monkey/test_send_all_events_to_island.py index 21c21b2a3..0056a0052 100644 --- a/monkey/tests/unit_tests/infection_monkey/test_send_all_events_to_island.py +++ b/monkey/tests/unit_tests/infection_monkey/test_send_all_events_to_island.py @@ -3,7 +3,7 @@ import time import pytest import requests_mock -from infection_monkey.send_all_events_to_island import EVENTS_API_URL, AgentEventsToIslandSender +from infection_monkey.agent_event_forwarder import EVENTS_API_URL, AgentEventsToIslandSender SERVER = "1.1.1.1:9999"