From c1567ae59533faccd271b81b5ab180cf2af07bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 15 Oct 2016 08:00:48 +0200 Subject: [PATCH] fix(build): fixes #6284 --- public/app/features/dashboard/specs/dashboard_srv_specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/specs/dashboard_srv_specs.ts b/public/app/features/dashboard/specs/dashboard_srv_specs.ts index 7dded76e079..b9426cc07fb 100644 --- a/public/app/features/dashboard/specs/dashboard_srv_specs.ts +++ b/public/app/features/dashboard/specs/dashboard_srv_specs.ts @@ -6,7 +6,7 @@ describe('dashboardSrv', function() { var _dashboardSrv; beforeEach(() => { - _dashboardSrv = new DashboardSrv(); + _dashboardSrv = new DashboardSrv({}, {}, {}); }); describe('when creating new dashboard with defaults only', function() {