Skip to content

Commit

Permalink
#70 Fixed the slc cli integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 3, 2024
1 parent f65de59 commit ffce0d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/cli/test_language_container_deployer_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def saas_cli_args(saas_host,
@pytest.fixture(scope='session')
def slc_cli_args(language_alias) -> dict[str, Any]:
return {
StdParams.alter_system: True,
StdParams.allow_override: True,
StdParams.wait_for_completion: True,
StdParams.alter_system.name: True,
StdParams.allow_override.name: True,
StdParams.wait_for_completion.name: True,
StdParams.path_in_bucket.name: 'container',
StdParams.language_alias.name: language_alias
}
Expand Down

0 comments on commit ffce0d8

Please sign in to comment.