Update json_to_md.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 24s

This commit is contained in:
2025-07-19 18:47:57 +02:00
parent 89fda202c1
commit 1f10d41695
+1 -1
View File
@@ -136,7 +136,7 @@ def make_test_block(test, status, emoji, level, runtime_params):
f" - <details>\n"
f" <summary>{summary}</summary>\n\n"
f"{body_content}\n"
f" </details>\n"
f" </details>"
)