Skip to content

Commit

Permalink
Fix exposed config key tests
Browse files Browse the repository at this point in the history
The exposed config keys are slightly different in the 7.17 branch.
  • Loading branch information
Joe Portner committed Apr 11, 2022
1 parent 4ab0c09 commit a8397f9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions test/plugin_functional/test_suites/core_plugins/rendering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,19 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
'data.search.aggs.shardDelay.enabled (boolean)',
'enterpriseSearch.host (string)',
'home.disableWelcomeScreen (boolean)',
'kibana_legacy.defaultAppId (string)',
'map.emsFileApiUrl (string)',
'map.emsFontLibraryUrl (string)',
'map.emsLandingPageUrl (string)',
'map.emsTileApiUrl (string)',
'map.emsTileLayerId.bright (string)',
'map.emsTileLayerId.dark (string)',
'map.emsTileLayerId.desaturated (string)',
'map.emsUrl (string)',
'map.emsUrl (any)',
'map.manifestServiceUrl (string)',
'map.proxyElasticMapsServiceInMaps (boolean)',
'map.regionmap.includeElasticMapsService (boolean)',
'map.regionmap.layers (array)',
'map.includeElasticMapsService (boolean)',
'map.tilemap.options.attribution (string)',
'map.tilemap.options.bounds (array)',
Expand All @@ -113,6 +118,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
'map.tilemap.options.tileSize (number)',
'map.tilemap.options.tms (boolean)',
'map.tilemap.url (string)',
'monitoring.enabled (boolean)',
'monitoring.kibana.collection.enabled (boolean)',
'monitoring.kibana.collection.interval (number)',
'monitoring.ui.ccs.enabled (boolean)',
Expand Down Expand Up @@ -143,8 +149,6 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
'xpack.cases.markdownPlugins.lens (boolean)',
'xpack.ccr.ui.enabled (boolean)',
'xpack.cloud.base_url (string)',
'xpack.cloud.chat.chatURL (string)',
'xpack.cloud.chat.enabled (boolean)',
'xpack.cloud.cname (string)',
'xpack.cloud.deployment_url (string)',
'xpack.cloud.full_story.enabled (boolean)',
Expand Down Expand Up @@ -174,15 +178,15 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
'xpack.graph.savePolicy (alternatives)',
'xpack.ilm.ui.enabled (boolean)',
'xpack.index_management.ui.enabled (boolean)',
'xpack.infra.sources.default.fields.message (array)',
'xpack.license_management.ui.enabled (boolean)',
'xpack.maps.enabled (boolean)',
'xpack.maps.preserveDrawingBuffer (boolean)',
'xpack.maps.showMapsInspectorAdapter (boolean)',
'xpack.maps.showMapVisualizationTypes (boolean)',
'xpack.observability.unsafe.alertingExperience.enabled (boolean)',
'xpack.observability.unsafe.cases.enabled (boolean)',
'xpack.observability.unsafe.overviewNext.enabled (boolean)',
'xpack.observability.unsafe.rules.enabled (boolean)',
'xpack.osquery.actionEnabled (boolean)',
'xpack.osquery.enabled (boolean)',
'xpack.osquery.packs (boolean)',
'xpack.osquery.savedQueries (boolean)',
'xpack.remote_clusters.ui.enabled (boolean)',
Expand All @@ -204,7 +208,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
'xpack.securitySolution.enableExperimental (array)',
'xpack.snapshot_restore.slm_ui.enabled (boolean)',
'xpack.snapshot_restore.ui.enabled (boolean)',
'xpack.trigger_actions_ui.enableExperimental (array)',
'xpack.timelines.enabled (boolean)',
'xpack.trigger_actions_ui.enableGeoTrackingThresholdAlert (boolean)',
'xpack.upgrade_assistant.readonly (boolean)',
'xpack.upgrade_assistant.ui.enabled (boolean)',
Expand Down

0 comments on commit a8397f9

Please sign in to comment.