Skip to content

Commit

Permalink
do not use --template
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Nov 22, 2021
1 parent fbe2a40 commit 588f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/tests/system/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_migration(self):
}],
elasticsearch={"host": self.get_elasticsearch_url()},
)
exit_code = self.run_beat(extra_args=["setup", "--template",
exit_code = self.run_beat(extra_args=["setup", "--index-management",
"-E", "setup.template.overwrite=true", "-E", "migration.6_to_7.enabled=true"])

assert exit_code == 0
Expand Down

0 comments on commit 588f1f8

Please sign in to comment.