mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prom: fixes broken test
This commit is contained in:
parent
16ef068342
commit
1f9e2ef6ec
@ -50,8 +50,8 @@ describe('Prometheus editor completer', function() {
|
||||
});
|
||||
|
||||
return completer.getCompletions(editor, session, { row: 0, column: 10 }, '[', (s, res) => {
|
||||
expect(res[0].caption).to.eql('1s');
|
||||
expect(res[0].value).to.eql('[1s');
|
||||
expect(res[0].caption).to.eql('$__interval');
|
||||
expect(res[0].value).to.eql('[$__interval');
|
||||
expect(res[0].meta).to.eql('range vector');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user