diff --git a/src/frostfs_testlib/analytics/test_exporter.py b/src/frostfs_testlib/analytics/test_exporter.py index 9deda8a..77db0a2 100644 --- a/src/frostfs_testlib/analytics/test_exporter.py +++ b/src/frostfs_testlib/analytics/test_exporter.py @@ -5,7 +5,6 @@ from test_collector import TestCase class TestExporter(ABC): test_cases_cache = [] test_suites_cache = [] - test_case_id_field_name = "" @abstractmethod def fill_suite_cache(self) -> None: