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 2728527 commit 91f47cf
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 @@ -93,7 +93,7 @@ def test_language_container_deployer_cli_by_downloading_container(
):
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 91f47cf

Please sign in to comment.