diff --git a/src/commands/gateway-status/helpers.test.ts b/src/commands/gateway-status/helpers.test.ts index a8dd4cf96d5..0083fc91d47 100644 --- a/src/commands/gateway-status/helpers.test.ts +++ b/src/commands/gateway-status/helpers.test.ts @@ -188,6 +188,8 @@ describe("resolveAuthForTarget", () => { it("redacts resolver internals from unresolved SecretRef diagnostics", async () => { await withEnvAsync( { + OPENCLAW_GATEWAY_PASSWORD: undefined, + OPENCLAW_GATEWAY_TOKEN: undefined, MISSING_GATEWAY_TOKEN: undefined, }, async () => {