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 7c8149b commit 4fcc593Copy full SHA for 4fcc593
1 file changed
behave_reportportal/behave_agent.py
@@ -55,7 +55,7 @@ def convert_to_rp_status(behave_status: str) -> str:
55
:param behave_status: behave test result status
56
:return: ReportPortal test result status
57
"""
58
- return STATUS_MAPPINGS.get(behave_status)
+ return STATUS_MAPPINGS[behave_status]
59
60
61
def check_rp_enabled(func: Callable) -> Callable:
0 commit comments