Skip to content

Commit

Permalink
fixed pagerduty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Sep 23, 2020
1 parent 56e81d2 commit 06230bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ describe('pagerduty action params validation', () => {

expect(actionTypeModel.validateParams(actionParams)).toEqual({
errors: {
dedupKey: [],
summary: [],
timestamp: [],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export default function createGetTests({ getService }: FtrProviderContext) {
group: 'default',
params: {
component: '',
dedupKey: '{{alertId}}',
eventAction: 'trigger',
summary: 'fired {{alertInstanceId}}',
},
Expand Down

0 comments on commit 06230bf

Please sign in to comment.