mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-11-01 10:36:30 +08:00
Feat: task queue / compression task
This commit is contained in:
@ -136,7 +136,7 @@ func TestBeforeShareDownload(t *testing.T) {
|
||||
c.Set("user", &model.User{
|
||||
Model: gorm.Model{ID: 1},
|
||||
Group: model.Group{OptionsSerialized: model.GroupOption{
|
||||
ShareDownloadEnabled: true,
|
||||
ShareDownload: true,
|
||||
}},
|
||||
})
|
||||
testFunc(c)
|
||||
|
||||
Reference in New Issue
Block a user