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 f198e25 commit 8ed2cb1Copy full SHA for 8ed2cb1
reportportal_client/core/rp_responses.py
@@ -58,7 +58,7 @@ def get_field(name: str, json: Optional[Any]) -> Optional[str]:
58
if name not in json:
59
logger.warning(f"Unable to get '{name}' from json: {str(json)}")
60
return None
61
- result_id = json["id"]
+ result_id = json[name]
62
if result_id is None:
63
64
return result_id
0 commit comments