mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix failing tests
This commit is contained in:
@@ -326,6 +326,7 @@ func InitTestDB(t *testing.T) *SqlStore {
|
||||
sqlstore := &SqlStore{}
|
||||
sqlstore.skipEnsureAdmin = true
|
||||
sqlstore.Bus = bus.New()
|
||||
sqlstore.CacheService = cache.New(5*time.Minute, 10*time.Minute)
|
||||
|
||||
dbType := migrator.SQLITE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user