mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
document FreeBSD support
improve some tests cleanup
This commit is contained in:
@@ -2026,6 +2026,8 @@ func TestStartFolderQuotaScanMock(t *testing.T) {
|
||||
checkResponseCode(t, http.StatusOK, rr.Code)
|
||||
err = os.RemoveAll(folderPath)
|
||||
assert.NoError(t, err)
|
||||
err = os.RemoveAll(mappedPath)
|
||||
assert.NoError(t, err)
|
||||
}
|
||||
|
||||
func TestStartQuotaScanNonExistentUserMock(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user