Skip to content

Commit 024e846

Browse files
Avoid using incompatible juju debug-log options in test helper (#627)
1 parent cd09784 commit 024e846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ async def get_model_logs(ops_test: OpsTest, log_level: str, log_lines: int = 100
328328
"debug-log",
329329
f"--model={ops_test.model.info.name}",
330330
f"--level={log_level}",
331-
f"--lines={log_lines}",
331+
f"--limit={log_lines}",
332332
"--no-tail",
333333
)
334334

0 commit comments

Comments
 (0)