Skip to content

Commit

Permalink
Remove CLI param from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Nov 10, 2022
1 parent c81480a commit b222d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def test_lint(self, mock_lint, mock_is_pipeline):
"fail-warned": None,
"markdown": "output_file.md",
"json": "output_file.json",
"hide-progress": None,
}

cmd = ["lint"] + self.assemble_params(params)
Expand Down

0 comments on commit b222d89

Please sign in to comment.