Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Jun 8, 2023
1 parent c0200b0 commit be0d310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const log = getService('log');
const es = getService('es');
const security = getService('security');

describe('Ingest Pipelines', function () {
this.tags('smoke');
before(async () => {
Expand Down

0 comments on commit be0d310

Please sign in to comment.