mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -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();
|
expect(onChange).not.toHaveBeenCalled();
|
||||||
|
|
||||||
await selectOptionInTest(screen.getByLabelText('Query type'), 'Label values');
|
await selectOptionInTest(screen.getByLabelText('Query type'), 'Label names');
|
||||||
|
|
||||||
expect(onChange).toHaveBeenCalledWith({
|
expect(onChange).toHaveBeenCalledWith({
|
||||||
type: LokiVariableQueryType.LabelValues,
|
type: LokiVariableQueryType.LabelNames,
|
||||||
label: '',
|
label: '',
|
||||||
stream: '',
|
stream: '',
|
||||||
refId,
|
refId,
|
||||||
|
Loading…
Reference in New Issue
Block a user