Skip to content

Commit da01a1f

Browse files
test
1 parent 06563cd commit da01a1f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ddev/tests/cli/size/test_timeline.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ def test_timeline_integration(ddev, mock_timeline, app):
4747
assert ddev("size", "timeline", "integration", "int1", "commit1", "commit2", "--json", obj=app).exit_code == 0
4848
assert (
4949
ddev(
50-
"size", "timeline", "integration", "int1", "commit1", "commit2", "--save_to_png_path", "out_int.png", obj=app
50+
"size",
51+
"timeline",
52+
"integration",
53+
"int1",
54+
"commit1",
55+
"commit2",
56+
"--save_to_png_path",
57+
"out_int.png",
58+
obj=app,
5159
).exit_code
5260
== 0
5361
)

0 commit comments

Comments
 (0)