From 4093a0d73e02f6ffaa97ec876c2e5a2289a88d81 Mon Sep 17 00:00:00 2001 From: Shakker Date: Sun, 10 May 2026 22:12:33 +0100 Subject: [PATCH] test: tighten acpx service warning assertion --- extensions/acpx/src/service.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/acpx/src/service.test.ts b/extensions/acpx/src/service.test.ts index 1a4f3742126..022c7d7deab 100644 --- a/extensions/acpx/src/service.test.ts +++ b/extensions/acpx/src/service.test.ts @@ -544,9 +544,7 @@ describe("createAcpxRuntimeService", () => { await service.start(ctx); expect(ctx.logger.warn).toHaveBeenCalledWith( - expect.stringContaining( - "embedded acpx runtime ignores legacy compatibility config: queueOwnerTtlSeconds, strictWindowsCmdWrapper=false", - ), + "embedded acpx runtime ignores legacy compatibility config: queueOwnerTtlSeconds, strictWindowsCmdWrapper=false", ); await service.stop?.(ctx);