diff --git a/server/tests/test_processors_pipeline.py b/server/tests/test_processors_pipeline.py index fa8bf31a..95c296de 100644 --- a/server/tests/test_processors_pipeline.py +++ b/server/tests/test_processors_pipeline.py @@ -41,5 +41,5 @@ async def test_basic_process(event_loop): # validate the events assert marks["transcript"] == 5 - assert marks["topic"] == 2 + assert marks["topic"] == 1 assert marks["summary"] == 1