diff options
Diffstat (limited to 'tests/atf_python/atf_pytest.py')
| -rw-r--r-- | tests/atf_python/atf_pytest.py | 2 |
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 |
