forked from p15670423/monkey
UT: Remove unused imports
This commit is contained in:
parent
3b4e762997
commit
86cc565b65
|
@ -4,8 +4,7 @@ from datetime import datetime
|
||||||
import mongoengine
|
import mongoengine
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from monkey_island.cc.models.telemetries import get_telemetry_by_query, save_telemetry
|
from monkey_island.cc.models.telemetries import save_telemetry
|
||||||
from monkey_island.cc.models.telemetries.telemetry import Telemetry
|
|
||||||
|
|
||||||
MOCK_CREDENTIALS = {
|
MOCK_CREDENTIALS = {
|
||||||
"M0nk3y": {
|
"M0nk3y": {
|
||||||
|
|
|
@ -2,11 +2,7 @@ from tests.unit_tests.monkey_island.cc.services.zero_trust.test_common.monkey_fi
|
||||||
get_monkey_details_dto,
|
get_monkey_details_dto,
|
||||||
)
|
)
|
||||||
|
|
||||||
from common.common_consts.zero_trust_consts import (
|
from common.common_consts.zero_trust_consts import STATUS_PASSED, TEST_ENDPOINT_SECURITY_EXISTS
|
||||||
STATUS_FAILED,
|
|
||||||
STATUS_PASSED,
|
|
||||||
TEST_ENDPOINT_SECURITY_EXISTS,
|
|
||||||
)
|
|
||||||
from monkey_island.cc.models.zero_trust.finding import Finding
|
from monkey_island.cc.models.zero_trust.finding import Finding
|
||||||
from monkey_island.cc.models.zero_trust.monkey_finding import MonkeyFinding
|
from monkey_island.cc.models.zero_trust.monkey_finding import MonkeyFinding
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue