diff --git a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap index 507135a67d9..4c4fa2694cc 100644 --- a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap +++ b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap @@ -79,7 +79,9 @@ exports[`Can create a new grafana managed alert using simplified routing can cre "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -115,7 +117,9 @@ exports[`Can create a new grafana managed alert using simplified routing can cre "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -245,7 +249,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -281,7 +287,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -414,7 +422,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -450,7 +460,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -586,7 +598,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -622,7 +636,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -755,7 +771,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -791,7 +809,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [],