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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -3430,5 +3430,6 @@ kind: secret
name: drone_token
---
kind: signature
hmac: 7f5e6041ab60e051c2dd6858adff840fa77e57ac9a7befc73aaab28f588c2318
hmac: 21ecb408dfa778e70baa888dc5a3dc6f049aac7784ad0d7605b021cf27b02cd5
...

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,