Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jun 28, 2023
1 parent bb7e9a5 commit 774b389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default function casesWebhookTest({ getService }: FtrProviderContext) {
name: 'A casesWebhook action',
connector_type_id: '.cases-webhook',
is_missing_secrets: false,
is_system_action: false,
config: simulatorConfig,
});

Expand All @@ -126,6 +127,7 @@ export default function casesWebhookTest({ getService }: FtrProviderContext) {
name: 'A casesWebhook action',
connector_type_id: '.cases-webhook',
is_missing_secrets: false,
is_system_action: false,
config: simulatorConfig,
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function createActionTests({ getService }: FtrProviderContext) {
name: 'My action',
connector_type_id: 'test.index-record',
is_missing_secrets: false,
is_system_action: false,
config: {
unencrypted: `This value shouldn't get encrypted`,
},
Expand Down Expand Up @@ -104,6 +105,7 @@ export default function createActionTests({ getService }: FtrProviderContext) {
name: 'My action',
actionTypeId: 'test.index-record',
isMissingSecrets: false,
isSystemAction: false,
config: {
unencrypted: `This value shouldn't get encrypted`,
},
Expand Down

0 comments on commit 774b389

Please sign in to comment.