forked from p15670423/monkey
UT: Use AgentEvents in place of Events in test_events.py
This commit is contained in:
parent
c37876cb97
commit
354d6624d3
|
@ -11,9 +11,9 @@ from common.agent_event_serializers import (
|
|||
)
|
||||
from common.event_queue import IAgentEventQueue
|
||||
from common.events import AbstractAgentEvent
|
||||
from monkey_island.cc.resources import Events
|
||||
from monkey_island.cc.resources import AgentEvents
|
||||
|
||||
EVENTS_URL = Events.urls[0]
|
||||
EVENTS_URL = AgentEvents.urls[0]
|
||||
|
||||
|
||||
class SomeAgentEvent(AbstractAgentEvent):
|
||||
|
|
Loading…
Reference in New Issue