diff --git a/tests/fiaas_deploy_daemon/test_e2e.py b/tests/fiaas_deploy_daemon/test_e2e.py index 2fb8c6a7..0b8f882b 100644 --- a/tests/fiaas_deploy_daemon/test_e2e.py +++ b/tests/fiaas_deploy_daemon/test_e2e.py @@ -475,10 +475,9 @@ def test_custom_resource_definition_deploy_with_service_account(self, custom_res },{"disable_tls": False,"extra_args": [] } ) ],indirect=['fdd_disable_tls_for_doamin_suffixes']) - def test_multiple_ingresses(self, request, kind_logger, input, expected,fdd_disable_tls_for_doamin_suffixes): - with kind_logger(): - fiaas_path = "v3/data/examples/%s.yml" % input - fiaas_yml = read_yml(request.fspath.dirpath().join("specs").join(fiaas_path).strpath) + def test_multiple_ingresses(self, request, input, expected,fdd_disable_tls_for_doamin_suffixes): + fiaas_path = "v3/data/examples/%s.yml" % input + fiaas_yml = read_yml(request.fspath.dirpath().join("specs").join(fiaas_path).strpath) name = sanitize_resource_name(fiaas_path)