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

This commit is contained in:
2025-07-19 18:46:51 +02:00
parent 0b0113081c
commit be64a60d5f
+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\n"
f" </details>\n"
)