Annotation FGAC checks for comments (#47468)
* typo * remove unwanted change * remove unwanted change
This commit is contained in:
@@ -96,7 +96,7 @@ func newTestLive(t *testing.T, store *sqlstore.SQLStore) *live.GrafanaLive {
|
||||
nil,
|
||||
&usagestats.UsageStatsMock{T: t},
|
||||
nil,
|
||||
features, nil)
|
||||
features, nil, accesscontrolmock.New())
|
||||
require.NoError(t, err)
|
||||
return gLive
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user