Skip to content

Commit

Permalink
Update test/integration/test_language_container_deployer.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 4813708 commit 2728527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_language_container_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_language_container_deployer_alter_session(
"""
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 2728527

Please sign in to comment.