diff options
Diffstat (limited to 'test/testrig/base.go')
-rw-r--r-- | test/testrig/base.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testrig/base.go b/test/testrig/base.go index 95370459..a21cfe80 100644 --- a/test/testrig/base.go +++ b/test/testrig/base.go @@ -71,6 +71,7 @@ func CreateConfig(t *testing.T, dbType test.DBType) (*config.Dendrite, *process. SingleDatabase: false, }) cfg.Global.ServerName = "test" + cfg.SyncAPI.Fulltext.Enabled = true cfg.SyncAPI.Fulltext.InMemory = true // use a distinct prefix else concurrent postgres/sqlite runs will clash since NATS will use // the file system event with InMemory=true :( |