Close unused store on integration tests

This commit is contained in:
Miguel de la Cruz
2023-03-18 12:53:05 +01:00
parent 4bb8afe57b
commit aa22a53d7d

View File

@@ -103,6 +103,8 @@ func GetTestConfig(t *testing.T) *config.Configuration {
}
storeType := sqlstore.NewStoreType(driver, driver, true)
storeType.Store.Shutdown()
storeType.Logger.Shutdown()
logging := `
{