fiddling about
This commit is contained in:
8
testrig/config.go
Normal file
8
testrig/config.go
Normal file
@ -0,0 +1,8 @@
|
||||
package testrig
|
||||
|
||||
import "github.com/superseriousbusiness/gotosocial/internal/config"
|
||||
|
||||
// NewTestConfig returns a config initialized with test defaults
|
||||
func NewTestConfig() *config.Config {
|
||||
return config.TestDefault()
|
||||
}
|
||||
Reference in New Issue
Block a user