chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-10 16:56:30 +00:00
parent 613562f504
commit 94c128f73b
6 changed files with 50 additions and 101 deletions

View File

@@ -24,9 +24,7 @@ test("only attaches share auth headers for same-origin URLs", () => {
expect(shouldAttachShareAuthHeaders("https://control.example.com/share/abc", "https://control.example.com")).toBe(
true,
)
expect(
shouldAttachShareAuthHeaders("https://other.example.com/share/abc", "https://control.example.com"),
).toBe(false)
expect(shouldAttachShareAuthHeaders("https://other.example.com/share/abc", "https://control.example.com")).toBe(false)
expect(shouldAttachShareAuthHeaders("https://control.example.com:443/share/abc", "https://control.example.com")).toBe(
true,
)