mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 13:32:52 +08:00
fix test for query generation
This commit is contained in:
@ -98,6 +98,7 @@ describe('PostgresQuery', function() {
|
||||
schema: 'public',
|
||||
table: 'table',
|
||||
select: [[{ type: 'column', params: ['value'] }]],
|
||||
where: [],
|
||||
};
|
||||
let result = 'SELECT\n t AS "time",\n value\nFROM public.table\nORDER BY 1';
|
||||
let query = new PostgresQuery(target, templateSrv);
|
||||
|
Reference in New Issue
Block a user