From 9e77531b484ae8d9f2993ba1cb98dab8b2c6da6d Mon Sep 17 00:00:00 2001 From: gimenes Date: Thu, 29 Feb 2024 16:19:44 -0300 Subject: [PATCH] update tests --- test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.ts b/test.ts index 1481997..b9a1282 100644 --- a/test.ts +++ b/test.ts @@ -35,7 +35,7 @@ const client = () => { }); }, patch: (vpr: VolumePatchRequest): Promise => - fetch(new URL(`/volumes/${volume}`, base), { + fetch(new URL(`/volumes/${volume}/files`, base), { method: "PATCH", body: JSON.stringify(vpr), headers: { "Content-Type": "application/json" },