diff --git a/esrally/track/params.py b/esrally/track/params.py index e4313eec8..62c915b57 100644 --- a/esrally/track/params.py +++ b/esrally/track/params.py @@ -443,8 +443,7 @@ def __init__(self, track, params, templates, **kwargs): settings = params.get("settings") for template in templates: if not filter_template or template.name == filter_template: - body = template.content - if body and "template" in body: + if template.content: body = CreateComposableTemplateParamSource._create_or_merge(template.content, ["template", "settings"], settings) self.template_definitions.append((template.name, body)) else: