From f071a381778349d7ebe1404220549d3c2dc6a138 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Fri, 24 Apr 2026 22:37:59 -0500 Subject: [PATCH] test(gateway): isolate status auth diagnostics env --- src/commands/gateway-status/helpers.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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 () => {