Skip to content

Commit 16e3201

Browse files
authored
fix logging typo
fix logging typo
2 parents 30352e0 + 23b039c commit 16e3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_reportportal/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def start_launch(self,
157157
'description': description,
158158
'mode': mode,
159159
}
160-
log.debug('ReportPortal - Start launch: equest_body=%s', sl_pt)
160+
log.debug('ReportPortal - Start launch: request_body=%s', sl_pt)
161161
item_id = self.rp.start_launch(**sl_pt)
162162
log.debug('ReportPortal - Launch started: id=%s', item_id)
163163
return item_id

0 commit comments

Comments
 (0)