mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Close unused store on integration tests
This commit is contained in:
@@ -103,6 +103,8 @@ func GetTestConfig(t *testing.T) *config.Configuration {
|
||||
}
|
||||
|
||||
storeType := sqlstore.NewStoreType(driver, driver, true)
|
||||
storeType.Store.Shutdown()
|
||||
storeType.Logger.Shutdown()
|
||||
|
||||
logging := `
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user