Skip to content

Commit

Permalink
test: correct unit test test_kill_job: antares_version parameter …
Browse files Browse the repository at this point in the history
…was introduced in Antares-Launcher v1.3.1
  • Loading branch information
laurent-laporte-pro committed Sep 27, 2023
1 parent 66936bf commit 75e12c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/launcher/test_slurm_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def test_kill_job(
slurm_launcher.kill_job(job_id=launch_id)

launcher_arguments = Namespace(
antares_version=0,
check_queue=False,
job_id_to_kill=42,
json_ssh_config=None,
Expand Down

0 comments on commit 75e12c6

Please sign in to comment.