Skip to content

Commit

Permalink
Fix incorrect automatic merge
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jul 9, 2021
1 parent d53e701 commit 0ba2d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/lib/alerts/test_utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export const createRuleTypeMocks = () => {
executor: async ({ params }: { params: Record<string, any> }) => {
return alertExecutor({
services,
rule: { consumer: APM_SERVER_FEATURE_ID },
params,
rule: {
consumer: APM_SERVER_FEATURE_ID,
name: 'name',
producer: 'producer',
ruleTypeId: 'ruleTypeId',
Expand Down

0 comments on commit 0ba2d27

Please sign in to comment.