mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
Chore: Refactor Server Run and Shutdown (#32611)
This commit is contained in:
@@ -56,7 +56,7 @@ func StartGrafana(t *testing.T, grafDir, cfgPath string, sqlStore *sqlstore.SQLS
|
||||
}
|
||||
}()
|
||||
t.Cleanup(func() {
|
||||
server.Shutdown("")
|
||||
server.Shutdown("test cleanup")
|
||||
})
|
||||
|
||||
// Wait for Grafana to be ready
|
||||
|
||||
Reference in New Issue
Block a user