mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Gateway CLI: allowlist password-file fixture
This commit is contained in:
@@ -264,7 +264,7 @@ describe("gateway run option collisions", () => {
|
||||
expect.objectContaining({
|
||||
auth: expect.objectContaining({
|
||||
mode: "password",
|
||||
password: "pw_from_file",
|
||||
password: "pw_from_file", // pragma: allowlist secret
|
||||
}),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user