Skip to content

Commit 28614a8

Browse files
committed
Fixed pre-configured docs link points to the wrong page and functional tests configs
1 parent d1ed207 commit 28614a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user/alerting/action-types/pre-configured-connectors.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ two out-of-the box connectors: <<slack-action-type, Slack>> and <<webhook-action
2828
my-slack1: <1>
2929
actionTypeId: .slack <2>
3030
name: 'Slack #xyz' <3>
31-
config: <4>
31+
secrets: <4>
3232
webhookUrl: 'https://hooks.slack.com/services/abcd/efgh/ijklmnopqrstuvwxyz'
3333
webhook-service:
3434
actionTypeId: .webhook

x-pack/test/alerting_api_integration/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function createTestConfig(name: string, options: CreateTestConfigOptions)
8888
'my-slack1': {
8989
actionTypeId: '.slack',
9090
name: 'Slack#xyz',
91-
config: {
91+
secrets: {
9292
webhookUrl: 'https://hooks.slack.com/services/abcd/efgh/ijklmnopqrstuvwxyz',
9393
},
9494
},

x-pack/test/functional_with_es_ssl/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
6969
'my-slack1': {
7070
actionTypeId: '.slack',
7171
name: 'Slack#xyztest',
72-
config: {
72+
secrets: {
7373
webhookUrl: 'https://hooks.slack.com/services/abcd/efgh/ijklmnopqrstuvwxyz',
7474
},
7575
},

0 commit comments

Comments
 (0)