Chore: Fix broken variable tests (#41472)

* Chore: skip failing tests

* Chore: fix broken variables tests
This commit is contained in:
Hugo Häggmark
2021-11-09 15:06:14 +01:00
committed by GitHub
parent 90d2d1f4da
commit 6862c7baf8
2 changed files with 8 additions and 3 deletions

View File

@@ -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,