mirror of https://github.com/grafana/grafana.git
				
				
				
			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