Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pkg/briefing/tts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestContentHash_DistinguishesVoiceAndModel(t *testing.T) {
}

// ttsServer stands in for the ElevenLabs API. Tests that use it never touch the
// real endpoint — CI must never reach api.elevenlabs.io.
// live endpoint — CI must never make outbound calls to ElevenLabs.
func ttsServer(t *testing.T, handler http.HandlerFunc) (*ElevenLabs, *int32) {
t.Helper()
var calls int32
Expand Down