From f84d6b6853b7b3f8eb1c86946b4624f179a638f4 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Mon, 7 Aug 2023 13:46:07 +0200 Subject: [PATCH] fix --- test/plugin_functional/test_suites/core_plugins/rendering.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugin_functional/test_suites/core_plugins/rendering.ts b/test/plugin_functional/test_suites/core_plugins/rendering.ts index 74fc4ebb37dc7..357ab6db19ad3 100644 --- a/test/plugin_functional/test_suites/core_plugins/rendering.ts +++ b/test/plugin_functional/test_suites/core_plugins/rendering.ts @@ -223,7 +223,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) { 'xpack.cloud.profile_url (string)', 'xpack.cloud.performance_url (string)', 'xpack.cloud.users_and_roles_url (string)', - 'xpack.cloud.projects_url (string)', + 'xpack.cloud.projects_url (any)', // It's a string (any because schema.conditional) // can't be used to infer urls or customer id from the outside 'xpack.cloud.serverless.project_id (string)', 'xpack.discoverEnhanced.actions.exploreDataInChart.enabled (boolean)',