Commit 4ee455fa by Torkel Ödegaard

Fixed failing influxdb query builder unit test

parent 2da04e72
......@@ -39,7 +39,7 @@ define([
it('should generate correct query', function() {
expect(query).to.be('select host, mean(value) from asd.asd where [[$timeFilter]] and time > now() - 1h ' +
' group by time(1s), code order asc');
'group by time(1s), code order asc');
});
it('should expose groupByFiled', function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment