Updated integration test helpers (#1466) (#1467)

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-05-12 15:34:05 +02:00
committed by GitHub
parent f7c9c64e1d
commit f7450de64e

View File

@ -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