Skip to content

Commit

Permalink
#120 Changed arg_list creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jun 27, 2024
1 parent bbcdd2e commit 0dff53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/prepare_environment_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __open_schema(db_conn: pyexasol.ExaConnection, model_setup):

def __deploy_scripts(backend: bfs.path.StorageBackend, deploy_params: dict[str, Any], schema: str):

args_list = get_arg_list(deploy_params, schema=schema)
args_list = get_arg_list(**deploy_params, schema=schema)
if backend == bfs.path.StorageBackend.saas:
args_list.append("--use-ssl-cert-validation")
else:
Expand Down

0 comments on commit 0dff53f

Please sign in to comment.