Skip to content

Commit 8670ea3

Browse files
committed
fixed test
1 parent 77c003c commit 8670ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui

x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
372372
it('should show and update deleted connectors when there are no existing connectors of the same type', async () => {
373373
const action = await createActionManualCleanup({
374374
name: `index-${testRunUuid}-${0}`,
375-
actionTypeId: '.index',
375+
connector_type_id: '.index',
376376
config: {
377377
index: `index-${testRunUuid}-${0}`,
378378
},

0 commit comments

Comments
 (0)