Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'yarn openapi:generate'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 19, 2024
1 parent ee2cb33 commit ded57e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ finalize it.
this.log.info(`${new Date().toISOString()} Calling API GetRuleMigrationIntegrations`);
return this.kbnClient
.request<GetRuleMigrationIntegrationsResponse>({
path: '/internal/siem_migrations/rules/{migration_id}/integrations',
path: '/internal/siem_migrations/rules/integrations',
headers: {
[ELASTIC_HTTP_VERSION_HEADER]: '1',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -979,12 +979,7 @@ finalize it.
*/
getRuleMigrationIntegrations(kibanaSpace: string = 'default') {
return supertest
.get(
routeWithNamespace(
'/internal/siem_migrations/rules/{migration_id}/integrations',
kibanaSpace
)
)
.get(routeWithNamespace('/internal/siem_migrations/rules/integrations', kibanaSpace))
.set('kbn-xsrf', 'true')
.set(ELASTIC_HTTP_VERSION_HEADER, '1')
.set(X_ELASTIC_INTERNAL_ORIGIN_REQUEST, 'kibana');
Expand Down

0 comments on commit ded57e0

Please sign in to comment.