mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 01:47:30 -06:00
fiddling about
This commit is contained in:
parent
b713ccac9f
commit
9a57dac5a1
17 changed files with 359 additions and 123 deletions
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()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue