From 37fe488b6965b27631879d146bd52f88e7d57664 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 13 Sep 2018 13:03:22 +0200 Subject: [PATCH] stackdriver: fix failing test --- .../app/plugins/datasource/stackdriver/specs/datasource.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts b/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts index 1af3862c849..8ea111f6cff 100644 --- a/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts +++ b/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts @@ -108,6 +108,7 @@ describe('StackdriverDataSource', () => { targets: [ { refId: 'A', + aggregation: {}, }, ], };