From 021c174475c7119bb6fec5976e85855b20f3e355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Wed, 9 Oct 2019 23:34:16 +0200 Subject: [PATCH] Fix snapshots --- .../agent_configuration/__snapshots__/queries.test.ts.snap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x-pack/legacy/plugins/apm/server/lib/settings/agent_configuration/__snapshots__/queries.test.ts.snap b/x-pack/legacy/plugins/apm/server/lib/settings/agent_configuration/__snapshots__/queries.test.ts.snap index 0c606b170f66f..d64907691ef9a 100644 --- a/x-pack/legacy/plugins/apm/server/lib/settings/agent_configuration/__snapshots__/queries.test.ts.snap +++ b/x-pack/legacy/plugins/apm/server/lib/settings/agent_configuration/__snapshots__/queries.test.ts.snap @@ -57,7 +57,6 @@ Object { Object { "term": Object { "service.name": Object { - "boost": 3, "value": "foo", }, }, @@ -65,7 +64,6 @@ Object { Object { "term": Object { "service.environment": Object { - "boost": 2, "value": "bar", }, }, @@ -95,7 +93,6 @@ Object { ], }, }, - "size": 1, }, "index": "myIndex", } @@ -111,7 +108,6 @@ Object { Object { "term": Object { "service.name": Object { - "boost": 3, "value": "foo", }, }, @@ -141,7 +137,6 @@ Object { ], }, }, - "size": 1, }, "index": "myIndex", }