From 10d57712ac00ccb4dae1e00a69a79a0157691b47 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Mon, 26 Aug 2024 13:50:52 +0200
Subject: [PATCH] [T/Py] Adapted test case to changed API

---
 Tests/Python/test_ogs_log_summary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Python/test_ogs_log_summary.py b/Tests/Python/test_ogs_log_summary.py
index 496e87ed819..58d5fa238ba 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()
-- 
GitLab