diff --git a/tests/system/test_integration.py b/tests/system/test_integration.py index 9c97f2ce289..d34a76cb7f8 100644 --- a/tests/system/test_integration.py +++ b/tests/system/test_integration.py @@ -18,8 +18,8 @@ def test_load_docs_with_template(self): """ # TODO Needs cleanup when https://github.com/elastic/beats/pull/4769 merged - base_name = "apmserver-tests" - beat_version = "0.1.0" + base_name = "apm-server-tests" + beat_version = "0.1.1" index_name = base_name + "-" + beat_version + "-1" self.render_config_template( @@ -63,7 +63,7 @@ def test_load_docs_with_template(self): # make sure template is loaded self.wait_until( - lambda: self.log_contains("Elasticsearch template with name 'apm-server-tests-0.1.0' loaded")) + lambda: self.log_contains("Elasticsearch template with name 'apm-server-tests-0.1.1' loaded")) self.wait_until(lambda: es.indices.exists(index_name)) es.indices.refresh(index=index_name)