From 99ed7ef1ea6c171e4187758f70e0b6202597b7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Mon, 30 Oct 2023 14:06:05 +0000 Subject: [PATCH] Fix test due wrong argument used --- tests/pytests/unit/client/ssh/test_single.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/unit/client/ssh/test_single.py b/tests/pytests/unit/client/ssh/test_single.py index 28aaf2e95274..156fefe4c05f 100644 --- a/tests/pytests/unit/client/ssh/test_single.py +++ b/tests/pytests/unit/client/ssh/test_single.py @@ -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, )