mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 11:12:30 +08:00
Expressions: expose ConvertDataFramesToResults (#83805)
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func TestNewCommand(t *testing.T) {
|
||||
cmd, err := NewSQLCommand("a", "select a from foo, bar", nil)
|
||||
cmd, err := NewSQLCommand("a", "select a from foo, bar")
|
||||
if err != nil && strings.Contains(err.Error(), "feature is not enabled") {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user