fix(files): use name as home dir
This commit is contained in:
parent
b6000771d7
commit
7b2c185686
5 changed files with 49 additions and 45 deletions
|
@ -121,7 +121,7 @@ func TestUsersHandlers(t *testing.T) {
|
|||
fmt.Printf("new user id: %v\n", auResp)
|
||||
|
||||
// check uploading file
|
||||
userFsRootFolder := q.FsRootPath(auResp.ID, "/")
|
||||
userFsRootFolder := q.FsRootPath(userName, "/")
|
||||
_, err = fs.Stat(userFsRootFolder)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue