Web UI: Remove workaround for listing English locale (#1291)

* Remove workaround for listing English locale

* Use pathlib object to construct upload path
This commit is contained in:
Daniel Markstedt
2023-11-03 21:22:01 +09:00
committed by GitHub
parent b69c039a0c
commit cb6174fc1d
3 changed files with 9 additions and 9 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,