From f7450de64e22e32b33768ac5d82b8bc9f544004c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 15:34:05 +0200 Subject: [PATCH] Updated integration test helpers (#1466) (#1467) Co-authored-by: Tomas Della Vedova --- test/integration/helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/helper.js b/test/integration/helper.js index 39b87a27c..eb2021040 100644 --- a/test/integration/helper.js +++ b/test/integration/helper.js @@ -87,6 +87,7 @@ function isXPackTemplate (name) { case '.deprecation-indexing-template': case '.deprecation-indexing-mappings': case '.deprecation-indexing-settings': + case 'data-streams-mappings': return true } return false