From 672a5006f78bd025d91e0f55fee96ec3a7f7429d Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Wed, 20 Jan 2021 10:21:26 -0700 Subject: [PATCH] update jest snapshot --- .../discover/public/application/helpers/get_sharing_data.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/discover/public/application/helpers/get_sharing_data.test.ts b/src/plugins/discover/public/application/helpers/get_sharing_data.test.ts index 0ae5e468a70e9..236f9e7d2d308 100644 --- a/src/plugins/discover/public/application/helpers/get_sharing_data.test.ts +++ b/src/plugins/discover/public/application/helpers/get_sharing_data.test.ts @@ -26,7 +26,6 @@ describe('getSharingData', () => { expect(result).toMatchInlineSnapshot(` Object { "searchSource": Object { - "fieldsFromSource": Array [], "index": "the-index-pattern-id", }, }