mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 10:50:58 +00:00
test: fix tts status helper temp-home prefs path
This commit is contained in:
@@ -22,7 +22,17 @@ describe("resolveStatusTtsSnapshot", () => {
|
||||
}),
|
||||
);
|
||||
|
||||
expect(resolveStatusTtsSnapshot({ cfg: {} as OpenClawConfig })).toEqual({
|
||||
expect(
|
||||
resolveStatusTtsSnapshot({
|
||||
cfg: {
|
||||
messages: {
|
||||
tts: {
|
||||
prefsPath,
|
||||
},
|
||||
},
|
||||
} as OpenClawConfig,
|
||||
}),
|
||||
).toEqual({
|
||||
autoMode: "always",
|
||||
provider: "microsoft",
|
||||
maxLength: 2048,
|
||||
|
||||
Reference in New Issue
Block a user