Skip to content

Commit

Permalink
Fix test due wrong argument used
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Jul 8, 2024
1 parent 19dd202 commit 99ed7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/unit/client/ssh/test_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_single_opts_custom_keepalive_options(opts, target):
thin=salt.utils.thin.thin_path(opts["cachedir"]),
mine=False,
keepalive_interval=15,
keepalive_counter_max=5,
keepalive_count_max=5,
**target,
)

Expand Down

0 comments on commit 99ed7ef

Please sign in to comment.