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"