Skip to content
Snippets Groups Projects
Commit cfd3916b authored by Chris Pastl's avatar Chris Pastl
Browse files

test: remove unnecessary engine instance

parent 7e6b2473
No related branches found
No related tags found
1 merge request!32fix config for StreamChannel
Pipeline #7584 passed
......@@ -30,7 +30,7 @@ from aura_engine.core.channels import (
StreamChannel,
)
from aura_engine.core.mixer import Mixer
from aura_engine.engine import Engine, EngineEventDispatcher
from aura_engine.engine import EngineEventDispatcher
from .mock import PlayoutClientMock
......@@ -48,8 +48,7 @@ class TestChannelFactory(unittest.TestCase):
AuraLogger(config)
self.logger = logging.getLogger("engine-tests")
engine = Engine()
dispatcher = EngineEventDispatcher(engine=engine)
dispatcher = EngineEventDispatcher(engine=None)
client = PlayoutClientMock(event_dispatcher=dispatcher)
self.mixer = client.mixer
self.factory = ChannelFactory(self.mixer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment