From d19e67a0fb56bbea7435728052b8392772f74a0e Mon Sep 17 00:00:00 2001 From: restrry Date: Fri, 13 Dec 2019 18:17:09 +0100 Subject: [PATCH] remove unused code --- x-pack/test/licensing_plugin/server/updates.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/test/licensing_plugin/server/updates.ts b/x-pack/test/licensing_plugin/server/updates.ts index 2994dc5de5b07..ef39f9b9ede9a 100644 --- a/x-pack/test/licensing_plugin/server/updates.ts +++ b/x-pack/test/licensing_plugin/server/updates.ts @@ -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);