Skip to content

Commit 204bd58

Browse files
committed
update test
1 parent d2ef6d4 commit 204bd58

File tree

1 file changed

+3
-0
lines changed
  • x-pack/plugins/endpoint/public/applications/endpoint/store/hosts

1 file changed

+3
-0
lines changed

x-pack/plugins/endpoint/public/applications/endpoint/store/hosts/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ describe('HostList store concerns', () => {
4141
details: undefined,
4242
detailsLoading: false,
4343
detailsError: undefined,
44+
policyResponse: undefined,
45+
policyResponseLoading: false,
46+
policyResponseError: undefined,
4447
location: undefined,
4548
});
4649
});

0 commit comments

Comments
 (0)