aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/markup_external_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/markup_external_test.go')
-rw-r--r--tests/integration/markup_external_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/markup_external_test.go b/tests/integration/markup_external_test.go
index 6ea0226ec..c0e08a4f4 100644
--- a/tests/integration/markup_external_test.go
+++ b/tests/integration/markup_external_test.go
@@ -19,7 +19,7 @@ import (
func TestExternalMarkupRenderer(t *testing.T) {
defer tests.PrepareTestEnv(t)()
- if !setting.Database.UseSQLite3 {
+ if !setting.Database.Type.IsSQLite3() {
t.Skip()
return
}