mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: endless loop while creating nested folders
This commit is contained in:
@@ -87,6 +87,7 @@ func TestLocalFileUpload(t *testing.T) {
|
||||
)
|
||||
req.Header.Add("Content-Length", "4")
|
||||
req.Header.Add("X-FileName", "TestFileUploadRoute.txt")
|
||||
req.Header.Add("X-Path", "/")
|
||||
return req
|
||||
},
|
||||
ExpectCode: 0,
|
||||
|
||||
Reference in New Issue
Block a user