From a3cb638ac283acc8f9f40a79b893f64c085aaa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Tourbier?= Date: Wed, 8 Mar 2023 17:37:11 +0100 Subject: [PATCH] misc: update report title --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index f4101f1..ec474f1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -101,4 +101,4 @@ def pytest_html_results_table_row(report, cells): def pytest_html_report_title(report): """Set report title.""" - report.title = "Tests of MIP Federations Report" + report.title = "Integration Tests of MIP Federations - Report"