fix(): another test fix

This commit is contained in:
Torkel Ödegaard
2016-04-03 10:28:31 -04:00
parent a12de09533
commit 105a678d64
3 changed files with 17 additions and 6 deletions

View File

@@ -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]),