mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): another test fix
This commit is contained in:
@@ -53,7 +53,9 @@ describe('grafanaGraph', function() {
|
||||
},
|
||||
renderingCompleted: sinon.spy(),
|
||||
hiddenSeries: {},
|
||||
dashboard: {timezone: 'browser'},
|
||||
dashboard: {
|
||||
getTimezone: sinon.stub().returns('browser')
|
||||
},
|
||||
range: {
|
||||
from: moment([2015, 1, 1, 10]),
|
||||
to: moment([2015, 1, 1, 22]),
|
||||
|
||||
Reference in New Issue
Block a user