mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestEntityEventsService(t *testing.T) {
|
||||
func TestIntegrationEntityEventsService(t *testing.T) {
|
||||
var ctx context.Context
|
||||
var service EntityEventsService
|
||||
|
||||
@@ -136,7 +136,7 @@ func TestEntityEventsService(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestCreateDatabaseEntityId(t *testing.T) {
|
||||
func TestIntegrationCreateDatabaseEntityId(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
entityType EntityType
|
||||
|
||||
Reference in New Issue
Block a user