From f54104a19ccc69a14393e0394b26bf7e2e497e03 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:07:23 +0100 Subject: [PATCH] Remove addressed TODO --- tests/feature/test_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)