mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
new template system is starting to work 100%, not all features are in, like regex selection, influxdb support, and other stuff
This commit is contained in:
@@ -156,9 +156,8 @@ define([
|
||||
expect(model.annotations.list[0].name).to.be('old');
|
||||
});
|
||||
|
||||
|
||||
it('dashboard schema version should be set to latest', function() {
|
||||
expect(model.version).to.be(5);
|
||||
expect(model.version).to.be(6);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user