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:
Torkel Ödegaard
2014-08-29 12:34:04 +02:00
parent 61a618e473
commit 3185db9609
6 changed files with 137 additions and 72 deletions

View File

@@ -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);
});
});