From a43f55027d7744f0259ef17308ff9750e4d6f42d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 14 Dec 2023 15:09:56 +0000 Subject: [PATCH] Remove duplicated keyword argument left when conflict solving the merge-forward Signed-off-by: Pedro Algarvio --- tests/pytests/pkg/integration/test_version.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytests/pkg/integration/test_version.py b/tests/pytests/pkg/integration/test_version.py index 237977f43390..89a7e83db069 100644 --- a/tests/pytests/pkg/integration/test_version.py +++ b/tests/pytests/pkg/integration/test_version.py @@ -31,7 +31,6 @@ def test_salt_versions_report_master(install_salt): ret.stdout.matcher.fnmatch_lines(["*Salt Version:*"]) py_version = subprocess.run( [str(python_bin), "--version"], - capture_output=True, check=True, capture_output=True, ).stdout