Skip to content

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
banderror committed Dec 24, 2024
1 parent 3a5a54b commit c4a79b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function deleteFleetPackage(params: DeleteFleetPackageArgs): Promise<void>
log.debug(`Deleting ${packageName} package`);

const response = await supertest
.delete(epmRouteService.getRemovePath(packageName))
.delete(epmRouteService.getRemovePath(packageName, ''))
.set('kbn-xsrf', 'true')
.set('elastic-api-version', '2023-10-31')
.send({ force: true });
Expand Down

0 comments on commit c4a79b7

Please sign in to comment.