Fixed failing influxdb query builder unit test

This commit is contained in:
Torkel Ödegaard 2014-09-02 07:21:41 +02:00
parent 2da04e72f5
commit 4ee455fad2

View File

@ -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() {