Skip to content

Commit

Permalink
Remove duplicated keyword argument left when conflict solving the mer…
Browse files Browse the repository at this point in the history
…ge-forward

Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Dec 14, 2023
1 parent 33925e7 commit a43f550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pytests/pkg/integration/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a43f550

Please sign in to comment.