From 507c7d1ca7ca377229ffeb915fbd0776420ec616 Mon Sep 17 00:00:00 2001 From: kevinlog Date: Mon, 29 Jun 2020 18:21:03 -0400 Subject: [PATCH] text adjustment --- .../public/management/pages/endpoint_hosts/view/index.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx index cad9f352bf1b59..68943797ea07e1 100644 --- a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx @@ -428,7 +428,7 @@ describe('when on the hosts page', () => { }); }); - it('should navigate to logs without full page refresh', () => { + it('should navigate to Ingest without full page refresh', () => { expect(coreStart.application.navigateToApp.mock.calls).toHaveLength(1); }); });