- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
591 B
Markdown
13 lines
591 B
Markdown
---
|
|
id: ad5fc089-effb-4b32-b7e5-feab34bbe415
|
|
type: fix
|
|
title: "Voice server tests for configurable defaults"
|
|
tags: [voice-server, python, pytest, testing, fix]
|
|
importance: 0.4
|
|
confidence: 0.8
|
|
created: "2025-12-19T06:37:28.669441+00:00"
|
|
updated: "2025-12-19T06:37:28.669441+00:00"
|
|
---
|
|
|
|
Updated voice-server tests to handle configurable default voice. Tests now check for valid string values rather than hardcoded 'en_US-lessac-medium', allowing default voice to be set via .env without breaking tests. Changed NotifyRequest.voice to default=None so route handler uses settings.default_voice.
|