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
@@ -16,7 +16,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestDashboardProvisioningTest(t *testing.T) {
func TestIntegrationDashboardProvisioningTest(t *testing.T) {
sqlStore := sqlstore.InitTestDB(t)
dashboardStore := ProvideDashboardStore(sqlStore)