This commit is contained in:
Daniil
2026-04-07 13:42:23 +03:00
parent d648678c68
commit 46f34bdcac
59 changed files with 2708 additions and 1312 deletions
@@ -243,6 +243,7 @@ test.describe("File Upload (Integration)", () => {
status: 200,
contentType: "application/json",
body: JSON.stringify({
file_id: "00000000-0000-0000-0000-000000000101",
file_path: "projects/test/video.mp4",
file_url: "http://localhost:9000/projects/test/video.mp4",
}),
@@ -254,6 +255,7 @@ test.describe("File Upload (Integration)", () => {
status: 200,
contentType: "application/json",
body: JSON.stringify({
file_id: "00000000-0000-0000-0000-000000000101",
file_path: "projects/test/video.mp4",
file_url: "http://localhost:9000/projects/test/video.mp4",
}),