aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fips_test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fips_test_utils.py')
-rw-r--r--tests/fips_test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fips_test_utils.py b/tests/fips_test_utils.py
index 89b61e7e..2fce325b 100644
--- a/tests/fips_test_utils.py
+++ b/tests/fips_test_utils.py
@@ -47,6 +47,6 @@ def generate_html(ids: List[str], path: Path):
</tbody>
</table>
</body>
- """
+ """
with open(path, "w") as f:
f.write(f"{html_head}\n{html_body}\n")