diff --git a/monkey/tests/common/cloud/aws/test_aws_service.py b/monkey/tests/common/cloud/aws/test_aws_service.py index 95fa6329b..33dc40b54 100644 --- a/monkey/tests/common/cloud/aws/test_aws_service.py +++ b/monkey/tests/common/cloud/aws/test_aws_service.py @@ -1,7 +1,7 @@ import json from unittest import TestCase -from .aws_service import filter_instance_data_from_aws_response +from common.cloud.aws.aws_service import filter_instance_data_from_aws_response __author__ = "shay.nehmad" diff --git a/monkey/tests/infection_monkey/exploit/tools/test_payload.py b/monkey/tests/infection_monkey/exploit/tools/test_payload.py index 18dcf6df2..2656a7ada 100644 --- a/monkey/tests/infection_monkey/exploit/tools/test_payload.py +++ b/monkey/tests/infection_monkey/exploit/tools/test_payload.py @@ -1,6 +1,6 @@ from unittest import TestCase -from .payload_parsing import LimitedSizePayload, Payload +from infection_monkey.exploit.tools.payload_parsing import LimitedSizePayload, Payload class TestPayload(TestCase): diff --git a/monkey/tests/monkey_island/cc/models/test_monkey.py b/monkey/tests/monkey_island/cc/models/test_monkey.py index 92ad2fb90..542309ae5 100644 --- a/monkey/tests/monkey_island/cc/models/test_monkey.py +++ b/monkey/tests/monkey_island/cc/models/test_monkey.py @@ -5,9 +5,8 @@ from time import sleep import pytest from monkey_island.cc.models.monkey import Monkey, MonkeyNotFoundError - -from ..test_common.fixtures import FixtureEnum -from .monkey_ttl import MonkeyTtl +from monkey_island.cc.models.monkey_ttl import MonkeyTtl +from monkey_island.cc.test_common.fixtures import FixtureEnum logger = logging.getLogger(__name__) diff --git a/monkey/tests/monkey_island/cc/services/telemetry/processing/test_post_breach.py b/monkey/tests/monkey_island/cc/services/telemetry/processing/test_post_breach.py index 882339119..f6d33b930 100644 --- a/monkey/tests/monkey_island/cc/services/telemetry/processing/test_post_breach.py +++ b/monkey/tests/monkey_island/cc/services/telemetry/processing/test_post_breach.py @@ -1,8 +1,7 @@ from unittest.mock import Mock import monkey_island.cc.services.telemetry.processing.post_breach as post_breach - -from .post_breach import EXECUTION_WITHOUT_OUTPUT +from monkey_island.cc.services.telemetry.processing.post_breach import EXECUTION_WITHOUT_OUTPUT original_telem_multiple_results = { "data": {