Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Feb 29, 2024
1 parent 60cd7ab commit 9e77531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const client = () => {
});
},
patch: (vpr: VolumePatchRequest): Promise<VolumePatchResponse> =>
fetch(new URL(`/volumes/${volume}`, base), {
fetch(new URL(`/volumes/${volume}/files`, base), {
method: "PATCH",
body: JSON.stringify(vpr),
headers: { "Content-Type": "application/json" },
Expand Down

0 comments on commit 9e77531

Please sign in to comment.