Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Feb 6, 2024
1 parent 7355236 commit f86277b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const installPrebuiltRulesPackageByVersion = async (
.set('elastic-api-version', '2023-10-31')
.type('application/json')
.send({ force: true })
.expect(500);
.expect(200);
expect((testResponse.body as InstallPackageResponse).items).toBeDefined();
expect((testResponse.body as InstallPackageResponse).items.length).toBeGreaterThan(0);

Expand Down

0 comments on commit f86277b

Please sign in to comment.