From fe34f7a7ff2ae8b511ead3c1f3a7ba8a3e72f2d0 Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 29 Oct 2021 17:30:06 +0000 Subject: [PATCH] add one more todo --- x-pack/plugins/apm/server/deprecations/deprecations.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/apm/server/deprecations/deprecations.test.ts b/x-pack/plugins/apm/server/deprecations/deprecations.test.ts index f3cf6b33afc147c..8ab632deec80986 100644 --- a/x-pack/plugins/apm/server/deprecations/deprecations.test.ts +++ b/x-pack/plugins/apm/server/deprecations/deprecations.test.ts @@ -40,6 +40,7 @@ describe('getDeprecations', () => { }); const deprecations = await deprecationsCallback(deprecationContext); expect(deprecations).not.toEqual([]); + // TODO: remove when docs support "main" if (kibanaPackageJson.branch === 'main') { for (const { documentationUrl } of deprecations) { expect(documentationUrl).toMatch(/\/master\//);