diff --git a/tests/feature/test_report.py b/tests/feature/test_report.py index 658f6892..d6e2ddcb 100644 --- a/tests/feature/test_report.py +++ b/tests/feature/test_report.py @@ -322,7 +322,7 @@ def test_complex(alien): result = pytester.inline_run("-vvl") report = result.matchreport("test_complex[10,20-alien0]", when="call") assert report.passed - # TODO: Use test_report_context + report_context = test_report_context[report] assert execnet.gateway_base.dumps(report_context.name) assert execnet.gateway_base.dumps(report_context.scenario)