Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed May 1, 2024
1 parent 71ce900 commit 886430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def test_setup_slurm(_mock_CachedSession,
[f'mkdir -p {dpath}', f'mkdir -p {spath}', f'mkdir -p {ipath}'])
# 2 git
mock_run.assert_any_call(
['rm -rf "$LOCALREPO" && git clone "$REPOSRC" "$LOCALREPO" 2> /dev/null'],
['rm -rf "$LOCALREPO"', 'git clone "$REPOSRC" "$LOCALREPO" 2> /dev/null'],
{"REPOSRC": srepo, "LOCALREPO": spath})

# 3 converters
Expand Down

0 comments on commit 886430d

Please sign in to comment.