fix: describe() should not be async

This commit is contained in:
Johannes Schill
2019-03-14 08:26:01 +01:00
parent be3f9fcbfe
commit d6a74a5c90
@@ -351,7 +351,7 @@ const timeSrv = {
};
describe('PrometheusDatasource', () => {
describe('When querying prometheus with one target using query editor target spec', async () => {
describe('When querying prometheus with one target using query editor target spec', () => {
let results;
const query = {
range: { from: time({ seconds: 63 }), to: time({ seconds: 183 }) },