From cab7e922b6e078d2c3fc3259cdd3dd78df796fcb Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Mon, 14 Dec 2020 21:16:38 +0100 Subject: [PATCH] Update tests --- .../basic/tests/service_overview/instances.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/apm_api_integration/basic/tests/service_overview/instances.ts b/x-pack/test/apm_api_integration/basic/tests/service_overview/instances.ts index 1ae3c889d7cf..084555387a69 100644 --- a/x-pack/test/apm_api_integration/basic/tests/service_overview/instances.ts +++ b/x-pack/test/apm_api_integration/basic/tests/service_overview/instances.ts @@ -113,7 +113,7 @@ export default function ApiTest({ getService }: FtrProviderContext) { expectSnapshot(values).toMatchInline(` Object { "cpuUsage": Object { - "value": 0.033, + "value": 0.0120166666666667, }, "errorRate": Object { "value": 0.16, @@ -192,7 +192,7 @@ export default function ApiTest({ getService }: FtrProviderContext) { expectSnapshot(values).toMatchInline(` Object { "cpuUsage": Object { - "value": 0.235616666666667, + "value": 0.00111666666666667, }, "errorRate": Object { "value": 0.0373134328358209,