This commit is contained in:
Daniel Markstedt 2023-11-03 21:03:48 +09:00
parent 37d797ce5c
commit c4f5eba8b0
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ def test_upload_file(http_client, delete_file):
form_data = {
"destination": "disk_images",
"images_subdir": "/",
"images_subdir": "",
"dzuuid": str(uuid.uuid4()),
"dzchunkindex": chunk_number,
"dzchunksize": chunk_size,