Skip to content

Commit 5bfa84c

Browse files
committed
test: use in-memory search index
1 parent 4355b69 commit 5bfa84c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

acceptance/petstore_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func (suite *PetStoreSuite) SetupSuite() {
2727
cfg.Health.Port = cfg.Api.Port
2828
cfg.Providers.File.Directories = []static.FileConfig{{Path: "./petstore"}}
2929
cfg.Api.Search.Enabled = true
30+
cfg.Api.Search.InMemory = true
3031
suite.initCmd(cfg)
3132
}
3233

0 commit comments

Comments
 (0)