mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes broken test
This commit is contained in:
parent
5f5cdad97a
commit
0c5ef1453d
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
simpleDashboardConfig string = "./test-configs/dashboards-from-disk"
|
simpleDashboardConfig string = "./test-configs/dashboards-from-disk"
|
||||||
brokenConfigs string = "./test-configs/borken-configs"
|
brokenConfigs string = "./test-configs/broken-configs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDashboardsAsConfig(t *testing.T) {
|
func TestDashboardsAsConfig(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user