update deps

This commit is contained in:
Nicola Murino
2021-03-22 08:55:35 +01:00
parent 54c0c1b80d
commit 800e64404b
4 changed files with 49 additions and 40 deletions

View File

@@ -1093,7 +1093,7 @@ func TestQuotaLimits(t *testing.T) {
sftpUser, _, err := httpdtest.AddUser(u, http.StatusCreated)
assert.NoError(t, err)
for _, user := range []dataprovider.User{localUser, sftpUser} {
testFileSize := int64(65535)
testFileSize := int64(65536)
testFilePath := filepath.Join(homeBasePath, testFileName)
err = createTestFile(testFilePath, testFileSize)
assert.NoError(t, err)