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:
@@ -465,7 +465,7 @@ test.describe("Pipeline output verification", () => {
|
||||
expect(buffer.length).toBeGreaterThan(0);
|
||||
|
||||
// Verify dimensions via info
|
||||
const infoRes = await request.post("/api/v1/tools/info", {
|
||||
const infoRes = await request.post("/api/v1/tools/image/info", {
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
multipart: {
|
||||
file: { name: "pipeline-output.png", mimeType: "image/png", buffer: buffer },
|
||||
|
||||
Reference in New Issue
Block a user