Update json_to_md.py
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 53s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-10 11:18:34 +02:00
parent 97e59a60e2
commit 35fc2f622d
-1
View File
@@ -37,7 +37,6 @@ def write_details_block(f, title, data):
f.write("</details>\n\n")
def extract_params(test):
def extract_params(test):
if "params" in test:
return stringify(test["params"])