Skip to content

Commit

Permalink
remove accent from description
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Jan 3, 2020
1 parent b6ca98f commit 06ba203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/endpoint/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 06ba203

Please sign in to comment.