test(files): fix e2e tests
This commit is contained in:
parent
7b2c185686
commit
55764efd40
4 changed files with 31 additions and 32 deletions
|
@ -323,7 +323,6 @@ func (h *FileHandlers) UploadChunk(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
userName := c.MustGet(q.UserParam).(string)
|
||||
tmpFilePath := q.UploadPath(userName, req.Path)
|
||||
locker := h.NewAutoLocker(c, lockName(tmpFilePath))
|
||||
locker.Exec(func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue