Skip to content

Commit ace10d7

Browse files
committed
Adjust test for CI console text wrapping
1 parent 27d1f3d commit ace10d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/cli/test_cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,7 @@ def test_plan_skip_backfill(runner, tmp_path, flag):
260260
# plan for `prod` errors if `--skip-backfill` is passed without --no-gaps
261261
result = runner.invoke(cli, ["--log-file-dir", tmp_path, "--paths", tmp_path, "plan", flag])
262262
assert result.exit_code == 1
263-
assert (
264-
"Skipping the backfill stage for production can lead to unexpected results" in result.output
265-
)
263+
assert "Skipping the backfill stage for production can lead to unexpected" in result.output
266264

267265
# plan executes virtual update without executing model batches
268266
# Input: `y` to perform virtual update

0 commit comments

Comments
 (0)