mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:52:42 +08:00
SQLTemplate: Make Ident only work for identifiers (not any string) (#92387)
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"github.com/grafana/grafana/pkg/storage/unified/sql/sqltemplate/mocks"
|
||||
)
|
||||
|
||||
func TestQueries(t *testing.T) {
|
||||
func TestUnifiedStorageQueries(t *testing.T) {
|
||||
mocks.CheckQuerySnapshots(t, mocks.TemplateTestSetup{
|
||||
RootDir: "testdata",
|
||||
Templates: map[*template.Template][]mocks.TemplateTestCase{
|
||||
|
Reference in New Issue
Block a user