diff --git a/Tests/Python/test_ogs_log_summary.py b/Tests/Python/test_ogs_log_summary.py
index 496e87ed81912d8a14fe69b587470f4db716d98e..58d5fa238ba1d9478614664a8af08460f882fdc7 100644
--- a/Tests/Python/test_ogs_log_summary.py
+++ b/Tests/Python/test_ogs_log_summary.py
@@ -63,7 +63,7 @@ def test_xml_snippet(tmp_path, log_file, snippet_file_expected):
     # Note: this test uses pytest's tmp_path fixture, cf. https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html
     log_path = res_path / log_file
 
-    run([log_path], tmp_path, False)
+    run([log_path], tmp_path, snippet_out=True, csv_out=False, verbose=False)
 
     snippet_path = tmp_path / snippet_file_expected
     assert snippet_path.exists()