UT: Fix import in test_send_all_events_to_island.py

This commit is contained in:
Shreya Malviya 2022-09-14 16:14:53 +05:30
parent c72d34b7ad
commit 97a9f2d156
1 changed files with 1 additions and 2 deletions

View File

@ -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"