Skip to content

Commit f1de7ef

Browse files
Avoid using incompatible juju debug-log options in test helper (#598)
1 parent e7420fd commit f1de7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ async def get_model_logs(ops_test: OpsTest, log_level: str, log_lines: int = 100
376376
"debug-log",
377377
f"--model={ops_test.model.info.name}",
378378
f"--level={log_level}",
379-
f"--lines={log_lines}",
379+
f"--limit={log_lines}",
380380
"--no-tail",
381381
)
382382

0 commit comments

Comments
 (0)