Annotation FGAC checks for comments (#47468)

* typo

* remove unwanted change

* remove unwanted change
This commit is contained in:
Ieva
2022-04-12 17:30:50 +01:00
committed by GitHub
parent a15c2021fe
commit d0abe1bb3d
4 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -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
}