mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test(api): section-prefix tool URLs across integration, docker, and e2e api specs
This commit is contained in:
@@ -46,7 +46,7 @@ test.describe("Blur Faces - HEIC fix and no-face warning", () => {
|
||||
});
|
||||
const { token } = await loginRes.json();
|
||||
|
||||
const response = await request.post("/api/v1/tools/blur-faces", {
|
||||
const response = await request.post("/api/v1/tools/image/blur-faces", {
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
multipart: {
|
||||
file: {
|
||||
|
||||
Reference in New Issue
Block a user