test: tighten acpx service warning assertion · openclaw/openclaw@4093a0d
shakkernerd
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -544,9 +544,7 @@ describe("createAcpxRuntimeService", () => {
|
544 | 544 | await service.start(ctx); |
545 | 545 | |
546 | 546 | expect(ctx.logger.warn).toHaveBeenCalledWith( |
547 | | -expect.stringContaining( |
548 | | -"embedded acpx runtime ignores legacy compatibility config: queueOwnerTtlSeconds, strictWindowsCmdWrapper=false", |
549 | | -), |
| 547 | +"embedded acpx runtime ignores legacy compatibility config: queueOwnerTtlSeconds, strictWindowsCmdWrapper=false", |
550 | 548 | ); |
551 | 549 | |
552 | 550 | await service.stop?.(ctx); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。