mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixing typos (#70487)
This commit is contained in:
committed by
GitHub
parent
1441c90178
commit
95b1f3c875
@@ -487,7 +487,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should generate the correct query in the case of one multilple template variables', async () => {
|
||||
it('should generate the correct query in the case of one multiple template variables', async () => {
|
||||
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
|
||||
const queries: CloudWatchMetricsQuery[] = [
|
||||
{
|
||||
@@ -524,7 +524,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should generate the correct query in the case of multilple multi template variables', async () => {
|
||||
it('should generate the correct query in the case of multiple multi template variables', async () => {
|
||||
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
|
||||
const queries: CloudWatchMetricsQuery[] = [
|
||||
{
|
||||
@@ -553,7 +553,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should generate the correct query for multilple template variables, lack scopedVars', async () => {
|
||||
it('should generate the correct query for multiple template variables, lack scopedVars', async () => {
|
||||
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
|
||||
const queries: CloudWatchMetricsQuery[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user