This commit is contained in:
Andres Martinez Gotor 2021-07-21 13:20:46 +02:00 committed by GitHub
parent 133e292052
commit 354d3b9abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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