Skip to content

Commit

Permalink
Update test/integration/test_language_container_deployer_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
ahsimb and tkilias authored May 15, 2024
1 parent 40df372 commit 88458cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_language_container_deployer_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_language_container_deployer_cli_with_check_cert(
expected_exception_message = '[SSL: CERTIFICATE_VERIFY_FAILED]'
test_name: str = request.node.name
schema = test_name
language_alias = f"PYTHON3_TE_{test_name.upper()}"
language_alias = f"PYTHON3_PEC_{test_name.upper()}"
with ExitStack() as stack:
pyexasol_connection = stack.enter_context(connection_factory(exasol_config))
stack.enter_context(revert_language_settings(pyexasol_connection))
Expand Down

0 comments on commit 88458cf

Please sign in to comment.