File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,6 @@ import { BasePathProxyServer } from '../http';
4343import { loggingServiceMock } from '../logging/logging_service.mock' ;
4444import { DiscoveredPlugin , DiscoveredPluginInternal } from '../plugins' ;
4545
46- import { PluginsServiceSetup , PluginsServiceStart } from '../plugins/plugins_service' ;
47- import {
48- SavedObjectsServiceStart ,
49- SavedObjectsServiceSetup ,
50- } from 'src/core/server/saved_objects/saved_objects_service' ;
51-
5246import { KibanaMigrator } from '../saved_objects/migrations' ;
5347import { ISavedObjectsClientProvider } from '../saved_objects' ;
5448import { httpServiceMock } from '../http/http_service.mock' ;
@@ -93,9 +87,6 @@ beforeEach(() => {
9387 internal : new Map ( [ [ 'plugin-id' , { } as DiscoveredPluginInternal ] ] ) ,
9488 } ,
9589 } ,
96- savedObjects : {
97- clientProvider : { } as ISavedObjectsClientProvider ,
98- } ,
9990 } ,
10091 plugins : { 'plugin-id' : 'plugin-value' } ,
10192 } ;
You can’t perform that action at this time.
0 commit comments