test: accept ACP token-file inspect errors

This commit is contained in:
Peter Steinberger
2026-03-08 02:26:38 +00:00
parent 0125bd9639
commit 1ef8d6a01b

View File

@@ -153,6 +153,6 @@ describe("acp cli option collisions", () => {
it("reports missing token-file read errors", async () => {
await parseAcp(["--token-file", "/tmp/openclaw-acp-missing-token.txt"]);
expectCliError(/Failed to read Gateway token file/);
expectCliError(/Failed to (inspect|read) Gateway token file/);
});
});