UT: Fix CredentialsStolenEvent event import

This commit is contained in:
Mike Salvatore 2022-09-16 08:59:28 -04:00
parent f8134e505e
commit 83279cb1b7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from tests.data_for_tests.propagation_credentials import (
)
from tests.unit_tests.monkey_island.cc.models.test_agent import AGENT_ID
from common.events import CredentialsStolenEvent
from common.agent_events import CredentialsStolenEvent
TEST_EVENT = CredentialsStolenEvent(stolen_credentials=CREDENTIALS, source=AGENT_ID)