From 06ba203ff51b1cf89ac7964fdc0c1008f372bf25 Mon Sep 17 00:00:00 2001 From: nnamdifrankie Date: Fri, 3 Jan 2020 09:59:39 -0500 Subject: [PATCH] remove accent from description --- x-pack/test/api_integration/apis/endpoint/endpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/endpoint/endpoints.ts b/x-pack/test/api_integration/apis/endpoint/endpoints.ts index 3b5dabc6ed84f1..a7f8b58fabf7b1 100644 --- a/x-pack/test/api_integration/apis/endpoint/endpoints.ts +++ b/x-pack/test/api_integration/apis/endpoint/endpoints.ts @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../ftr_provider_context'; export default function({ getService }: FtrProviderContext) { const esArchiver = getService('esArchiver'); const supertest = getService('supertest'); - describe('`endpoint` test endpoints api', () => { + describe('test endpoints api', () => { before(() => esArchiver.load('endpoint/endpoints')); after(() => esArchiver.unload('endpoint/endpoints')); describe('GET /api/endpoint/endpoints', () => {