summaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/markup/html_test.go')
-rw-r--r--modules/markup/html_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/markup/html_test.go b/modules/markup/html_test.go
index cb1216ec94..5e5e4fecbb 100644
--- a/modules/markup/html_test.go
+++ b/modules/markup/html_test.go
@@ -28,8 +28,9 @@ var localMetas = map[string]string{
}
func TestMain(m *testing.M) {
- setting.InitProviderAllowEmpty()
- setting.LoadCommonSettings()
+ setting.Init(&setting.Options{
+ AllowEmpty: true,
+ })
if err := git.InitSimple(context.Background()); err != nil {
log.Fatal("git init failed, err: %v", err)
}