mirror of
https://github.com/akuker/RASCSI.git
synced 2025-07-18 20:24:22 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user