mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 18:52:26 -05:00
8 lines
220 B
Go
8 lines
220 B
Go
package testrig
|
|
|
|
import "github.com/superseriousbusiness/gotosocial/internal/config"
|
|
|
|
// NewTestConfig returns a config initialized with test defaults
|
|
func NewTestConfig() *config.Config {
|
|
return config.TestDefault()
|
|
}
|