Skip to content

Commit ff8067f

Browse files
committed
Add skip_lints
1 parent 3f7d048 commit ff8067f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/cli/test_cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,11 @@ def test_plan_skip_linter(runner, tmp_path):
212212
# Successful test run message should not appear with `--skip-tests`
213213
# Input: `y` to apply and backfill
214214
result = runner.invoke(
215+
<<<<<<< HEAD
215216
cli, ["--log-file-dir", tmp_path, "--paths", tmp_path, "plan", "--skip-linter"], input="y\n"
217+
=======
218+
cli, ["--log-file-dir", tmp_path, "--paths", tmp_path, "plan", "--skip-lints"], input="y\n"
219+
>>>>>>> 00a18e19 (Add skip_lints)
216220
)
217221

218222
assert result.exit_code == 0

0 commit comments

Comments
 (0)