Skip to content

Commit 649418d

Browse files
committed
Adjust test.
1 parent ab85698 commit 649418d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/fleet/server/services/epm/packages/ensure_installed_default_packages.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('ensureInstalledDefaultPackages', () => {
8484
];
8585
});
8686
const resp = await ensureInstalledDefaultPackages(soClient, jest.fn());
87-
expect(resp).toEqual([mockInstallation.attributes]);
87+
expect(resp.installations).toEqual([mockInstallation.attributes]);
8888
});
8989
it('should throw the first Error it finds', async () => {
9090
class SomeCustomError extends Error {}

0 commit comments

Comments
 (0)