mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 09:21:47 +08:00

* Restructure cloudmigation service * Adjust codewoners and wire * Comment out unused metrics
13 lines
171 B
Go
13 lines
171 B
Go
package api
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/stretchr/testify/assert"
|
|
)
|
|
|
|
func Test_OnlyEnabledForGrafanaAdmi(t *testing.T) {
|
|
// TODO: implement
|
|
assert.True(t, true)
|
|
}
|