Skip to content

Commit 1ef8d6a

Browse files
committed
test: accept ACP token-file inspect errors
1 parent 0125bd9 commit 1ef8d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/acp-cli.option-collisions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ describe("acp cli option collisions", () => {
153153

154154
it("reports missing token-file read errors", async () => {
155155
await parseAcp(["--token-file", "/tmp/openclaw-acp-missing-token.txt"]);
156-
expectCliError(/Failed to read Gateway token file/);
156+
expectCliError(/Failed to (inspect|read) Gateway token file/);
157157
});
158158
});

0 commit comments

Comments
 (0)