Skip to content

Commit

Permalink
Fix expected call in unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 6, 2023
1 parent 8e92d4c commit 10808e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def test_check_passwordless(
shlex.split("ssh -oPreferredAuthentications=publickey mila 'echo OK'"),
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
capture_output=False,
universal_newlines=True,
)

Expand Down

0 comments on commit 10808e8

Please sign in to comment.