Chore: Rename integration tests (#49438)

* Chore: Rename integration tests

* Remove one Integration

Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com>
This commit is contained in:
Kat Yang
2022-05-24 11:04:03 +02:00
committed by GitHub
co-authored by Ida Furjesova
parent 7bcc151ae6
commit 50c2b4682a
51 changed files with 69 additions and 69 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ import (
"github.com/grafana/grafana/pkg/services/sqlstore"
)
func TestAnnotations(t *testing.T) {
func TestIntegrationAnnotations(t *testing.T) {
sql := sqlstore.InitTestDB(t)
repo := sqlstore.NewSQLAnnotationRepo(sql)
@@ -382,7 +382,7 @@ func TestAnnotations(t *testing.T) {
})
}
func TestAnnotationListingWithRBAC(t *testing.T) {
func TestIntegrationAnnotationListingWithRBAC(t *testing.T) {
sql := sqlstore.InitTestDB(t, sqlstore.InitTestDBOpt{})
repo := sqlstore.NewSQLAnnotationRepo(sql)
dashboardStore := dashboardstore.ProvideDashboardStore(sql)