We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4355b69 commit 5bfa84cCopy full SHA for 5bfa84c
1 file changed
acceptance/petstore_test.go
@@ -27,6 +27,7 @@ func (suite *PetStoreSuite) SetupSuite() {
27
cfg.Health.Port = cfg.Api.Port
28
cfg.Providers.File.Directories = []static.FileConfig{{Path: "./petstore"}}
29
cfg.Api.Search.Enabled = true
30
+ cfg.Api.Search.InMemory = true
31
suite.initCmd(cfg)
32
}
33
0 commit comments