mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 23:23:45 -06:00
Fix test (#37053)
This commit is contained in:
parent
133e292052
commit
354d3b9abf
@ -250,7 +250,7 @@ describe('AzureLogAnalyticsDatasource', () => {
|
||||
);
|
||||
return Promise.resolve(queryResponse);
|
||||
});
|
||||
ctx.ds.azureLogAnalyticsDatasource.defaultOrFirstWorkspace = 'foo';
|
||||
ctx.ds.azureLogAnalyticsDatasource.firstWorkspace = 'foo';
|
||||
await ctx.ds.metricFindQuery('Perf| where TimeGenerated >= $__timeFrom() and TimeGenerated <= $__timeTo()', {
|
||||
range: {
|
||||
from: new Date('2021-01-01 00:01:00'),
|
||||
|
Loading…
Reference in New Issue
Block a user