From 97a9f2d156af888215684d44c3c72845021d5fae Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 14 Sep 2022 16:14:53 +0530 Subject: [PATCH] UT: Fix import in test_send_all_events_to_island.py --- .../infection_monkey/test_send_all_events_to_island.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 0569015c4..dc05d6b86 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,8 +3,7 @@ import time import pytest import requests_mock -from infection_monkey.send_all_events_to_island import AgentEventsToIslandSender -from monkey.infection_monkey.send_all_events_to_island import EVENTS_API_URL +from infection_monkey.send_all_events_to_island import EVENTS_API_URL, AgentEventsToIslandSender SERVER = "1.1.1.1:9999"