mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 07:10:56 +03:00
refactor: move eventmanager to common package
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -1421,7 +1421,7 @@ func TestQuotaScanInvalidFs(t *testing.T) {
|
||||
Provider: sdk.S3FilesystemProvider,
|
||||
},
|
||||
}
|
||||
dataprovider.QuotaScans.AddUserQuotaScan(user.Username)
|
||||
common.QuotaScans.AddUserQuotaScan(user.Username)
|
||||
err := doUserQuotaScan(user)
|
||||
assert.Error(t, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user