test(gateway): move SecretInputs probe auth regression#72433
test(gateway): move SecretInputs probe auth regression#72433zssggle-rgb wants to merge 2 commits into
Conversation
Greptile SummaryThis PR moves the Confidence Score: 5/5Safe to merge — purely a test reorganization with no logic changes. The change is a mechanical move of a single test case into its correct describe block. No production code is touched, the test body is identical, and the fix directly addresses a prior P2 review comment. No files require special attention. Reviews (1): Last reviewed commit: "test(gateway): move SecretInputs probe a..." | Re-trigger Greptile |
da48b76 to
8bb983c
Compare
|
Closing this as duplicate or superseded after Codex automated review. This stacked PR is superseded by #72405. The maintainer-owned canonical gateway restart-probe-auth PR now already contains the same SecretInputs regression placement fix, while current main still lacks the underlying gateway auth behavior, so the right cleanup path is to close this stale stacked branch and continue review/landing on #72405. Best possible solution: Close this stacked PR as superseded and keep the remaining product/code review focused on #72405. If #72405 lands, it should carry the gateway auth fix, the correctly placed SecretInputs regression, and the existing contributor credit for #57374 and #59439. What I checked:
So I’m closing this here and keeping the remaining discussion on the canonical linked item. Codex Review notes: model gpt-5.5, reasoning high; reviewed against aac83e00cfe7. |
Summary
resolveGatewayProbeAuthSafeWithSecretInputsregression test into its matching describe block.Validation
pnpm -s exec vitest run --config test/vitest/vitest.gateway.config.ts src/gateway/probe-auth.test.ts