chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-09 13:11:45 +00:00
parent 28b03595bf
commit d01cb7f013
7 changed files with 8 additions and 20 deletions

View File

@@ -287,7 +287,6 @@ describe("HttpApi UI fallback", () => {
})
test("keeps matched API routes ahead of the UI fallback", async () => {
const response = await Server.Default().app.request("/session/nope")
expect(response.status).toBe(404)
@@ -344,7 +343,6 @@ describe("HttpApi UI fallback", () => {
})
test("allows web UI preflight without auth", async () => {
const response = await app({ password: "secret", username: "opencode" }).request("/", {
method: "OPTIONS",
headers: {