forked from p15670423/monkey
UT: Fix CredentialsStolenEvent event import
This commit is contained in:
parent
f8134e505e
commit
83279cb1b7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue