Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jul 2, 2023
1 parent a162163 commit 2ea3c9c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ export default function getActionTests({ getService }: FtrProviderContext) {
)
.expect(200, {
id: 'system-connector-test-system-action',
connector_type_id: 'test-system-action',
actionTypeId: 'test-system-action',
name: 'System action: test-system-action',
is_preconfigured: false,
is_system_action: true,
is_deprecated: false,
isPreconfigured: false,
isSystemAction: true,
isDeprecated: false,
});
});
});
Expand Down

0 comments on commit 2ea3c9c

Please sign in to comment.