Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 11, 2021
1 parent 89cdc8b commit 77c003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional_with_es_ssl/lib/get_test_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getTestAlertData(overwrites = {}) {
export function getTestActionData(overwrites = {}) {
return {
name: `slack-${Date.now()}`,
actionTypeId: '.slack',
connector_type_id: '.slack',
config: {},
secrets: {
webhookUrl: 'https://test',
Expand Down

0 comments on commit 77c003c

Please sign in to comment.