test(api): section-prefix tool URLs across integration, docker, and e2e api specs

This commit is contained in:
SnapOtter
2026-06-20 12:24:50 +08:00
parent fc205c7428
commit f80444791b
213 changed files with 2868 additions and 2846 deletions
+6 -6
View File
@@ -74,7 +74,7 @@ describe("Batch progress tracking", () => {
const res = await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,
@@ -99,7 +99,7 @@ describe("Batch progress tracking", () => {
const res = await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,
@@ -123,7 +123,7 @@ describe("Batch progress tracking", () => {
const res = await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,
@@ -160,7 +160,7 @@ describe("Batch progress tracking", () => {
const res = await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,
@@ -196,7 +196,7 @@ describe("Batch progress tracking", () => {
const res = await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,
@@ -300,7 +300,7 @@ describe("Job DB record structure", () => {
await app.inject({
method: "POST",
url: "/api/v1/tools/resize/batch",
url: "/api/v1/tools/image/resize/batch",
headers: {
"content-type": contentType,
authorization: `Bearer ${adminToken}`,