Skip to content

Commit

Permalink
Fixed test_scripts_deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 24, 2024
1 parent b1fac53 commit c72cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deployment/test_scripts_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_scripts_deployer(deployed_slc, language_alias, pyexasol_connection, req
schema_name = request.node.name
pyexasol_connection.execute(f"DROP SCHEMA IF EXISTS {schema_name} CASCADE;")
ScriptsDeployer.run2(
pyexasol_connection
pyexasol_connection,
# dsn=db_params.address(),
# user=db_params.user,
# password=db_params.password,
Expand Down

0 comments on commit c72cbdf

Please sign in to comment.