From 40f513cd225b71511b3ec8e14b93681d077acf8f Mon Sep 17 00:00:00 2001 From: Dominique Clarke Date: Thu, 6 Oct 2022 10:25:32 -0400 Subject: [PATCH] synthetics - unskip flaky test (#142801) (cherry picked from commit 8efefb11ef54f1735a2a98f9df57cb4148dc6fae) --- .../api_integration/apis/uptime/rest/add_monitor_project.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts index 7406f572611a1..b16c7658c5945 100644 --- a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts +++ b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts @@ -707,6 +707,7 @@ export default function ({ getService }: FtrProviderContext) { ...projectMonitors, keep_stale: false, monitors: testMonitors, + project: 'test-project-2', }); const messages = await parseStreamApiResponse( @@ -714,6 +715,7 @@ export default function ({ getService }: FtrProviderContext) { JSON.stringify({ ...projectMonitors, keep_stale: false, + project: 'test-project-2', }) );