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 4fcc593 commit a7eeb7aCopy full SHA for a7eeb7a
1 file changed
behave_reportportal/behave_agent.py
@@ -40,7 +40,6 @@
40
from behave_reportportal.config import Config, LogLayout
41
from behave_reportportal.utils import Singleton
42
43
-
44
STATUS_MAPPINGS: dict[str, str] = defaultdict(lambda: "FAILED")
45
STATUS_MAPPINGS["passed"] = "PASSED"
46
STATUS_MAPPINGS["failed"] = "FAILED"
0 commit comments