Skip to content

chore: format auth-proxy.test.ts - #47

Open
codemancers-bot wants to merge 1 commit into
mainfrom
fix/format-auth-proxy-test
Open

codemancers-bot wants to merge 1 commit into
mainfrom
fix/format-auth-proxy-test

Conversation

@codemancers-bot

Copy link
Copy Markdown
Contributor

Unbreaks main.

The test file added in #46 went in unformatted, so pnpm run fmt:check failed. That is CI's first step, which means the merge run stopped there and never reached lint, knip, typecheck, build, unit tests or e2e.

One long line wrapped, nothing else:

-          accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
+          accept:
+            'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',

Verified locally

$ pnpm run fmt:check
All matched files use the correct format.
Finished in 395ms on 688 files using 4 threads.

$ vitest run __tests__/auth-proxy.test.ts
Test Files  1 passed (1)
     Tests  11 passed (11)

Note

CI will skip on this PR, as it does on every PR here — the ci job requires author_association in OWNER/MEMBER/COLLABORATOR, and the webhook payload reports this author as CONTRIBUTOR because the bot's org membership is private, even though the REST API says MEMBER. It will run on merge, since the push trigger bypasses that condition.

Separately: the two main runs before #46 also failed, at the E2E tests step. That breakage predates #46 and is not addressed here — this only gets CI past its first step so the later ones can report.

🤖 Generated with Claude Code

Wraps one long line in the test added by #46. That file went in unformatted
and broke `fmt:check`, which is CI's first step — so the merge to main failed
there before reaching lint, typecheck, build or any test.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant