mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
Fix typos in Loki template variable tests (#72721)
This commit is contained in:
parent
916f3008f9
commit
6314cf9588
@ -42,10 +42,10 @@ describe('LokiVariableQueryEditor', () => {
|
||||
|
||||
expect(onChange).not.toHaveBeenCalled();
|
||||
|
||||
await selectOptionInTest(screen.getByLabelText('Query type'), 'Label values');
|
||||
await selectOptionInTest(screen.getByLabelText('Query type'), 'Label names');
|
||||
|
||||
expect(onChange).toHaveBeenCalledWith({
|
||||
type: LokiVariableQueryType.LabelValues,
|
||||
type: LokiVariableQueryType.LabelNames,
|
||||
label: '',
|
||||
stream: '',
|
||||
refId,
|
||||
|
Loading…
Reference in New Issue
Block a user