mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
Removes comment
This commit is contained in:
parent
aff1de9892
commit
55824dc4d8
@ -24,7 +24,6 @@ describe('StackdriverDataSource', () => {
|
|||||||
let ds;
|
let ds;
|
||||||
let result;
|
let result;
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
console.log('erik', metricDescriptors);
|
|
||||||
const backendSrv = {
|
const backendSrv = {
|
||||||
datasourceRequest: async () => Promise.resolve({ status: 200, data: metricDescriptors }),
|
datasourceRequest: async () => Promise.resolve({ status: 200, data: metricDescriptors }),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user