Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Dec 13, 2019
1 parent 4f5c072 commit d19e67a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/licensing_plugin/server/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
*/
import expect from '@kbn/expect';
import { FtrProviderContext } from '../services';
import { LicensingPluginSetup } from '../../../plugins/licensing/public';
import { createScenario } from '../scenario';
import '../../../../test/plugin_functional/plugins/core_provider_plugin/types';

// eslint-disable-next-line import/no-default-export
export default function(ftrContext: FtrProviderContext) {
const { getService } = ftrContext;
const supertest = getService('supertest');
const testSubjects = getService('testSubjects');
const browser = getService('browser');

const scenario = createScenario(ftrContext);

Expand Down

0 comments on commit d19e67a

Please sign in to comment.