From f80615e91fa45ac569d42d5bd6a9d7d373b7fd9f Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Fri, 31 Jan 2020 15:46:16 -0600 Subject: [PATCH] Fix snapshot again --- .../infra/public/pages/link_to/redirect_to_logs.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/infra/public/pages/link_to/redirect_to_logs.test.tsx b/x-pack/legacy/plugins/infra/public/pages/link_to/redirect_to_logs.test.tsx index 9724b5953079ff..a418be01d1ed2d 100644 --- a/x-pack/legacy/plugins/infra/public/pages/link_to/redirect_to_logs.test.tsx +++ b/x-pack/legacy/plugins/infra/public/pages/link_to/redirect_to_logs.test.tsx @@ -19,7 +19,7 @@ describe('RedirectToLogs component', () => { expect(component).toMatchInlineSnapshot(` `); }); @@ -33,7 +33,7 @@ describe('RedirectToLogs component', () => { expect(component).toMatchInlineSnapshot(` `); });