File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ import { services as svlSharedServices } from '../../shared/services';
1212
1313import { SvlCommonApiServiceProvider } from './svl_common_api' ;
1414import { AlertingApiProvider } from './alerting_api' ;
15+ import { SamlToolsProvider } from './saml_tools' ;
1516
1617export const services = {
1718 ...xpackApiIntegrationServices ,
1819 ...svlSharedServices ,
1920
2021 svlCommonApi : SvlCommonApiServiceProvider ,
2122 alertingApi : AlertingApiProvider ,
23+ samlTools : SamlToolsProvider ,
2224} ;
2325
2426export type InheritedFtrProviderContext = GenericFtrProviderContext < typeof services , { } > ;
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 * 2.0.
66 */
77
8- import { GenericFtrProviderContext } from '@kbn/test' ;
9-
10- import { SamlToolsProvider } from './saml_tools' ;
11-
12- export const services = {
13- samlTools : SamlToolsProvider ,
14- } ;
15-
16- export type InheritedFtrProviderContext = GenericFtrProviderContext < typeof services , { } > ;
8+ export const services = { } ;
You can’t perform that action at this time.
0 commit comments