From 64fbac83c326f52447254a9159a07b5f949617cc Mon Sep 17 00:00:00 2001 From: Shahzad Date: Fri, 21 Aug 2020 09:50:56 +0200 Subject: [PATCH] Update telemetry_collectors.ts --- .../api_integration/apis/uptime/rest/telemetry_collectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/uptime/rest/telemetry_collectors.ts b/x-pack/test/api_integration/apis/uptime/rest/telemetry_collectors.ts index c45a9bb4cec0e..cf1e7ff9f0716 100644 --- a/x-pack/test/api_integration/apis/uptime/rest/telemetry_collectors.ts +++ b/x-pack/test/api_integration/apis/uptime/rest/telemetry_collectors.ts @@ -118,7 +118,7 @@ export default function ({ getService }: FtrProviderContext) { }); }); - it('should receive expected results after calling overview logging', async () => { + it('should receive 200 status after overview logging', async () => { // call overview page await supertest .post(API_URLS.LOG_PAGE_VIEW)