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 30352e0 commit 23b039cCopy full SHA for 23b039c
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