Fix tests for new trends options
This commit is contained in:
@@ -14,7 +14,8 @@ describe('ZabbixDatasource', () => {
|
||||
username: 'zabbix',
|
||||
password: 'zabbix',
|
||||
trends: true,
|
||||
trendsFrom: '7d'
|
||||
trendsFrom: '14d',
|
||||
trendsRange: '7d'
|
||||
}
|
||||
};
|
||||
ctx.templateSrv = {};
|
||||
|
||||
@@ -28,7 +28,8 @@ describe('ZabbixDatasource', function () {
|
||||
username: 'zabbix',
|
||||
password: 'zabbix',
|
||||
trends: true,
|
||||
trendsFrom: '7d'
|
||||
trendsFrom: '14d',
|
||||
trendsRange: '7d'
|
||||
}
|
||||
};
|
||||
ctx.templateSrv = {};
|
||||
|
||||
Reference in New Issue
Block a user