rev 4
This commit is contained in:
@@ -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",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user