From 931fd8b2bc4a88320caf09ee235c33569828df69 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Sun, 23 Aug 2026 11:58:32 -0300 Subject: [PATCH] fix(release): clear post-8f artifact drift --- tests/unit/codex-app-server.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/codex-app-server.test.ts b/tests/unit/codex-app-server.test.ts index 3adf4980b5..572b0a061c 100644 --- a/tests/unit/codex-app-server.test.ts +++ b/tests/unit/codex-app-server.test.ts @@ -719,8 +719,6 @@ test("probeCodexAppServerAuth: no transport → unknown (does not throw)", async const status = await probeCodexAppServerAuth(AUTH_CONFIG, null, 3000); assert.equal(status.state, "unknown"); }); - - // ── Security hardening (#11205 post-merge review) ─────────────────────────── // Two findings from the automated push review on the original #11205 merge: // (1) the readyz health probe sent the bearer token to any URL a connection