mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): fixed unit test broken in last PR merge
This commit is contained in:
parent
c400b5cf63
commit
436e35c845
@ -41,7 +41,7 @@ define([
|
|||||||
|
|
||||||
ctx.scope.init();
|
ctx.scope.init();
|
||||||
var base = 'http://dashboards.grafana.com/render/dashboard-solo/db/my-dash';
|
var base = 'http://dashboards.grafana.com/render/dashboard-solo/db/my-dash';
|
||||||
var params = '?from=1000&to=2000&panelId=22&width=1000&height=500';
|
var params = '?from=1000&to=2000&panelId=22&width=1000&height=500&tz=UTC%2B01%3A00';
|
||||||
expect(ctx.scope.imageUrl).to.be(base + params);
|
expect(ctx.scope.imageUrl).to.be(base + params);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user