Skip to content

Commit

Permalink
Remove =true
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrij-zavrazhin-1304 authored and shatakshiiii committed Dec 11, 2024
1 parent e87ab92 commit 22f3cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_nodeps(lintable: str) -> None:
env = os.environ.copy()
py_path = Path(sys.executable).parent
proc = subprocess.run(
[str(py_path / "ansible-lint"), "--nodeps=true", lintable],
[str(py_path / "ansible-lint"), "--nodeps", lintable],
check=False,
capture_output=True,
text=True,
Expand Down

0 comments on commit 22f3cae

Please sign in to comment.