forked from forgejo/forgejo
Fix test
This commit is contained in:
parent
cc123c3448
commit
1013ced326
4 changed files with 12 additions and 6 deletions
|
@ -115,7 +115,9 @@ func getQueueSettings(name string) queueSettings {
|
|||
return q
|
||||
}
|
||||
|
||||
func newQueueService() {
|
||||
// NewQueueService sets up the default settings for Queues
|
||||
// This is exported for tests to be able to use the queue
|
||||
func NewQueueService() {
|
||||
sec := Cfg.Section("queue")
|
||||
Queue.DataDir = sec.Key("DATADIR").MustString("queues/")
|
||||
if !path.IsAbs(Queue.DataDir) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue