test: accept ACP token-file inspect errors
This commit is contained in:
parent
0125bd9639
commit
1ef8d6a01b
@ -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/);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user