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.
2 parents 30352e0 + 23b039c commit 16e3201Copy full SHA for 16e3201
pytest_reportportal/service.py
@@ -157,7 +157,7 @@ def start_launch(self,
157
'description': description,
158
'mode': mode,
159
}
160
- log.debug('ReportPortal - Start launch: equest_body=%s', sl_pt)
+ log.debug('ReportPortal - Start launch: request_body=%s', sl_pt)
161
item_id = self.rp.start_launch(**sl_pt)
162
log.debug('ReportPortal - Launch started: id=%s', item_id)
163
return item_id
0 commit comments