Skip to content

Commit

Permalink
Remove another cluster.run.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 committed Dec 12, 2024
1 parent 1ee0c21 commit 2fc71b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def setup_test_base(cluster, logged_in=False):
cluster.install_packages(TEST_REQS)
cluster.set_process_env_vars(DEFAULT_PROCESS_NAME, TEST_ENV_VARS)
if logged_in:
cluster.run(setup_cmds)
cluster.run_bash(setup_cmds)


def remove_config_keys(config, keys_to_skip):
Expand Down

0 comments on commit 2fc71b6

Please sign in to comment.