mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 03:57:26 +00:00
fix(ci): refresh detect-secrets allowlists and baseline
This commit is contained in:
@@ -501,6 +501,6 @@ describe("resolveGatewayCredentialsFromValues", () => {
|
||||
tokenPrecedence: "config-first",
|
||||
passwordPrecedence: "config-first", // pragma: allowlist secret
|
||||
});
|
||||
expect(resolved).toEqual({ token: "real-token-value", password: "real-password" });
|
||||
expect(resolved).toEqual({ token: "real-token-value", password: "real-password" }); // pragma: allowlist secret
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user