Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Nov 8, 2024
1 parent ea1b0f5 commit 5301397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osa/scripts/tests/test_osa_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,12 @@ def test_daily_longterm_cmd():

job_ids = ["12345", "54321"]
cmd = daily_longterm_cmd(parent_job_ids=job_ids)
slurm_account = cfg.get("SLURM", "ACCOUNT")

expected_cmd = [
"sbatch",
"--parsable",
f"--account={cfg.get("SLURM", "ACCOUNT")}",
f"--account={slurm_account}",
"-D",
options.directory,
"-o",
Expand Down

0 comments on commit 5301397

Please sign in to comment.