From 778fd0c377a36ce14cb91e3e6aeff90b389565e9 Mon Sep 17 00:00:00 2001 From: Panagiota Mitsopoulou Date: Sat, 6 Jul 2024 00:04:48 +0200 Subject: [PATCH] load ftrProvider context from test folder instead of test_serverless --- .../ftr_provider_context.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/observability_solution_api_integration/ftr_provider_context.d.ts b/x-pack/test/observability_solution_api_integration/ftr_provider_context.d.ts index 113f7eb3c1c86..ed7c5216c803c 100644 --- a/x-pack/test/observability_solution_api_integration/ftr_provider_context.d.ts +++ b/x-pack/test/observability_solution_api_integration/ftr_provider_context.d.ts @@ -4,6 +4,6 @@ * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ -import type { FtrProviderContext } from '../../test_serverless/api_integration/ftr_provider_context'; +import type { FtrProviderContext } from '../api_integration/ftr_provider_context'; export type { FtrProviderContext };