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 05:04:03 -04:00
committed by GitHub
parent 7bcc151ae6
commit 50c2b4682a
51 changed files with 69 additions and 69 deletions

View File

@@ -14,7 +14,7 @@ import (
var theme = models.ThemeDark
var kind = models.ThumbnailKindDefault
func TestSqlStorage(t *testing.T) {
func TestIntegrationSqlStorage(t *testing.T) {
var sqlStore *SQLStore
var savedFolder *models.Dashboard