Skip to content

Commit 23358c9

Browse files
committed
fix functional test
1 parent ceebf4d commit 23358c9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

x-pack/platform/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/jira_service_management.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default function jiraServiceManagementTest({ getService }: FtrProviderCon
6666
config: {
6767
apiUrl: simulatorUrl,
6868
},
69+
is_connector_type_deprecated: false,
6970
});
7071
});
7172

x-pack/platform/test/cases_api_integration/security_and_spaces/tests/trial/configure/get_connectors.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default ({ getService }: FtrProviderContext): void => {
8989
isDeprecated: false,
9090
isMissingSecrets: false,
9191
referencedByCount: 0,
92-
is_connector_type_deprecated: false,
92+
isConnectorTypeDeprecated: false,
9393
},
9494
{
9595
id: jiraConnector.id,
@@ -104,7 +104,7 @@ export default ({ getService }: FtrProviderContext): void => {
104104
isDeprecated: false,
105105
isMissingSecrets: false,
106106
referencedByCount: 0,
107-
is_connector_type_deprecated: false,
107+
isConnectorTypeDeprecated: false,
108108
},
109109
/**
110110
* Preconfigured connectors are being registered here:
@@ -118,7 +118,7 @@ export default ({ getService }: FtrProviderContext): void => {
118118
isDeprecated: false,
119119
name: 'preconfigured-servicenow',
120120
referencedByCount: 0,
121-
is_connector_type_deprecated: false,
121+
isConnectorTypeDeprecated: false,
122122
},
123123
{
124124
id: resilientConnector.id,
@@ -133,7 +133,7 @@ export default ({ getService }: FtrProviderContext): void => {
133133
isDeprecated: false,
134134
isMissingSecrets: false,
135135
referencedByCount: 0,
136-
is_connector_type_deprecated: false,
136+
isConnectorTypeDeprecated: false,
137137
},
138138
{
139139
id: snConnector.id,
@@ -152,7 +152,7 @@ export default ({ getService }: FtrProviderContext): void => {
152152
isDeprecated: false,
153153
isMissingSecrets: false,
154154
referencedByCount: 0,
155-
is_connector_type_deprecated: false,
155+
isConnectorTypeDeprecated: false,
156156
},
157157
{
158158
id: snOAuthConnector.id,
@@ -171,7 +171,7 @@ export default ({ getService }: FtrProviderContext): void => {
171171
isDeprecated: false,
172172
isMissingSecrets: false,
173173
referencedByCount: 0,
174-
is_connector_type_deprecated: false,
174+
isConnectorTypeDeprecated: false,
175175
},
176176
{
177177
id: sir.id,
@@ -190,7 +190,7 @@ export default ({ getService }: FtrProviderContext): void => {
190190
isDeprecated: false,
191191
isMissingSecrets: false,
192192
referencedByCount: 0,
193-
is_connector_type_deprecated: false,
193+
isConnectorTypeDeprecated: false,
194194
},
195195
]);
196196
});

0 commit comments

Comments
 (0)