mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix broken variable tests (#41472)
* Chore: skip failing tests * Chore: fix broken variables tests
This commit is contained in:
@@ -1522,7 +1522,9 @@ const dashWithTemplateDependenciesAndPanels: any = {
|
||||
text: ['A'],
|
||||
value: ['A'],
|
||||
},
|
||||
datasource: '${ds}',
|
||||
datasource: {
|
||||
uid: '${ds}',
|
||||
},
|
||||
definition: '*',
|
||||
description: null,
|
||||
error: null,
|
||||
@@ -1603,7 +1605,9 @@ const dashWithTemplateDependenciesAndPanels: any = {
|
||||
text: 'AB',
|
||||
value: 'AB',
|
||||
},
|
||||
datasource: '${ds}',
|
||||
datasource: {
|
||||
uid: '${ds}',
|
||||
},
|
||||
definition: '$query_with_ds.*',
|
||||
description: null,
|
||||
error: null,
|
||||
|
||||
Reference in New Issue
Block a user