We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b7914 commit ebc6588Copy full SHA for ebc6588
pytest_reportportal/service.py
@@ -128,7 +128,7 @@ def __init__(self, agent_config: AgentConfig) -> None:
128
self.project_settings = {}
129
130
@property
131
- def issue_types(self) -> dict[str, str]:
+ def issue_types(self) -> Dict[str, str]:
132
"""Issue types for the Report Portal project."""
133
if not self._issue_types:
134
if not self.project_settings:
0 commit comments