From e6f1116b3fb098c742576112d76f7d1469fa20e8 Mon Sep 17 00:00:00 2001 From: shahzad31 Date: Fri, 6 Oct 2023 11:17:54 +0200 Subject: [PATCH] update package --- .../apis/synthetics/services/private_location_test_service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/synthetics/services/private_location_test_service.ts b/x-pack/test/api_integration/apis/synthetics/services/private_location_test_service.ts index 60ee844e11ab8..046d5098e6a5b 100644 --- a/x-pack/test/api_integration/apis/synthetics/services/private_location_test_service.ts +++ b/x-pack/test/api_integration/apis/synthetics/services/private_location_test_service.ts @@ -10,7 +10,7 @@ import { privateLocationsSavedObjectId } from '@kbn/synthetics-plugin/server/sav import { FtrProviderContext } from '../../../ftr_provider_context'; import { KibanaSupertestProvider } from '../../../../../../test/api_integration/services/supertest'; -export const INSTALLED_VERSION = '1.0.7'; +export const INSTALLED_VERSION = '1.1.0'; export class PrivateLocationTestService { private supertest: ReturnType;