From 7f9e997dad184becb9299313d487e13c8294b47a Mon Sep 17 00:00:00 2001 From: an-lee Date: Sun, 9 Jun 2024 17:37:46 +0800 Subject: [PATCH] ci: fix test --- enjoy/e2e/main.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enjoy/e2e/main.spec.ts b/enjoy/e2e/main.spec.ts index 7b2d10a9..07f5cf44 100644 --- a/enjoy/e2e/main.spec.ts +++ b/enjoy/e2e/main.spec.ts @@ -68,7 +68,7 @@ test("validate whisper command", async () => { expect(res.success).toBeTruthy(); const settings = fs.readJsonSync(path.join(resultDir, "settings.json")); - expect(settings.whisper.service).toBe("local"); + expect(settings.whisper.service).toBe("azure"); }); test("valid ffmpeg command", async () => { @@ -85,7 +85,7 @@ test("validate echogarden align command", async () => { expect(res).toBeTruthy(); const settings = fs.readJsonSync(path.join(resultDir, "settings.json")); - expect(settings.whisper.service).toBe("local"); + expect(settings.whisper.service).toBe("azure"); }); test("should setup default library path", async () => {