[Ownership] Fixup wrong assignment (#195462)

## Summary

Fixup line broken by this
[merge](https://github.com/elastic/kibana/pull/195272).

Contributes to: https://github.com/elastic/kibana/issues/194815
This commit is contained in:
Tre 2024-10-08 20:23:33 +01:00 committed by GitHub
parent 31f4f2c984
commit 4ad1586148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.github/CODEOWNERS vendored
View file

@ -1013,6 +1013,8 @@ packages/kbn-zod-helpers @elastic/security-detection-rule-management
# The #CC# prefix delineates Code Coverage,
# used for the 'team' designator within Kibana Stats
x-pack/test_serverless/api_integration/test_suites/common/platform_security @elastic/kibana-security
# Data Discovery
/x-pack/test_serverless/functional/es_archives/pre_calculated_histogram @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern @elastic/kibana-data-discovery
@ -1511,7 +1513,6 @@ x-pack/test/api_integration/apis/management/index_management/inference_endpoints
/x-pack/test/functional/es_archives/auditbeat/default @elastic/security-solution
/x-pack/test/functional/es_archives/auditbeat/hosts @elastic/security-solution
/x-pack/test_serverless/functional/page_objects/svl_management_page.ts @elastic/security-solution
/x-pack/test_serverless/api_integration/test_suites/common/platform_security/ @elastic/security-solution
/x-pack/test_serverless/api_integration/test_suites/security @elastic/security-solution
/x-pack/test_serverless/functional/page_objects/svl_sec_landing_page.ts @elastic/security-solution