document FreeBSD support

improve some tests cleanup
This commit is contained in:
Nicola Murino
2020-07-10 19:20:37 +02:00
parent 8fddb742df
commit da0f470f1c
5 changed files with 9 additions and 4 deletions

View File

@@ -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) {