server: update process tools and tests

This commit is contained in:
Mathieu Virbel
2023-08-01 20:16:54 +02:00
parent cb198927b0
commit e4f2b785ca
5 changed files with 14 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ async def test_basic_process(event_loop):
marks = {
"transcript": 0,
"topic": 0,
# "summary": 0,
"summary": 0,
}
async def event_callback(event, data):
@@ -40,5 +40,5 @@ async def test_basic_process(event_loop):
# validate the events
assert marks["transcript"] == 5
assert marks["topic"] == 4
# assert marks["summary"] == 1
assert marks["topic"] == 2
assert marks["summary"] == 1