mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed solo panel unit test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
'helpers',
|
||||
'features/dashboard/soloPanelCtrl',
|
||||
'features/panel/soloPanelCtrl',
|
||||
'features/dashboard/dashboardSrv',
|
||||
], function(helpers) {
|
||||
'use strict';
|
||||
@@ -31,6 +31,7 @@ define([
|
||||
|
||||
beforeEach(function() {
|
||||
var dashboard = {
|
||||
model: {
|
||||
rows: [
|
||||
{
|
||||
panels: [
|
||||
@@ -41,6 +42,7 @@ define([
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
routeParams.id = 1;
|
||||
|
||||
Reference in New Issue
Block a user