mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 09:12:17 +08:00
Comments: support live comments in dashboards and annotations (#44980)
This commit is contained in:
@ -93,7 +93,7 @@ func newTestLive(t *testing.T) *live.GrafanaLive {
|
||||
nil,
|
||||
&usagestats.UsageStatsMock{T: t},
|
||||
nil,
|
||||
features)
|
||||
features, nil)
|
||||
require.NoError(t, err)
|
||||
return gLive
|
||||
}
|
||||
|
Reference in New Issue
Block a user