Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Ghallab committed Dec 6, 2021
1 parent fb97b2f commit 9d3ae9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/fiaas_deploy_daemon/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9d3ae9f

Please sign in to comment.