Skip to content

Commit ae15bbd

Browse files
committed
relocate security_solution_api.gen service
1 parent 72bcc5b commit ae15bbd

File tree

2 files changed

+2453
-0
lines changed

2 files changed

+2453
-0
lines changed

x-pack/solutions/security/test/functional/services/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
*/
77

88
import { services as platformServices } from '@kbn/test-suites-xpack-platform/functional/services';
9+
import { SecuritySolutionApiProvider } from './security_solution_api.gen';
910

1011
export const services = {
1112
...platformServices,
13+
securitySolutionApi: SecuritySolutionApiProvider,
1214
};

0 commit comments

Comments
 (0)