fix(server): defer validation error body change
This commit is contained in:
parent
ebe9dcf27e
commit
6fea0178eb
4 changed files with 1 additions and 28 deletions
|
|
@ -122,7 +122,7 @@ describe("sync HttpApi", () => {
|
|||
}
|
||||
})
|
||||
|
||||
test("returns structured validation errors", async () => {
|
||||
test.todo("returns structured validation errors", async () => {
|
||||
await using tmp = await tmpdir({ git: true, config: { formatter: false, lsp: false } })
|
||||
const response = await ExperimentalHttpApiServer.webHandler().handler(
|
||||
new Request(`http://localhost${SyncPaths.history}`, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue