mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed failing influxdb query builder unit test
This commit is contained in:
parent
2da04e72f5
commit
4ee455fad2
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user