aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-01-27 14:57:31 +0000
committerMark Johnston <markj@FreeBSD.org>2026-01-27 14:57:31 +0000
commitef389b7f581b2500c0e18c0989a54465712cd175 (patch)
tree227c40be2a75b98c91745945fbc712f6cafec7ca /tests/atf_python
parent0f1e1350704af555a4b30136f5f3d16db6f2dc51 (diff)
Diffstat (limited to 'tests/atf_python')
-rw-r--r--tests/atf_python/atf_pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atf_python/atf_pytest.py b/tests/atf_python/atf_pytest.py
index 02ed502ace67..c7b63a0c6c76 100644
--- a/tests/atf_python/atf_pytest.py
+++ b/tests/atf_python/atf_pytest.py
@@ -117,7 +117,7 @@ class ATFHandler(object):
reason: str
def __init__(self, report_file_name: Optional[str]):
- self._tests_state_map: Dict[str, ReportStatus] = {}
+ self._tests_state_map: Dict[str, self.ReportState] = {}
self._report_file_name = report_file_name
self._report_file_handle = None