package api import ( "testing" "github.com/stretchr/testify/assert" ) func Test_OnlyEnabledForGrafanaAdmi(t *testing.T) { // TODO: implement assert.True(t, true) }