Skip to content

Commit 69ab907

Browse files
author
Ivan Ivanou
committed
Pass verify_ssl to the RP async service
1 parent c081356 commit 69ab907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_reportportal/service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def init_service(self, endpoint, project, uuid, log_batch_size,
9494
token=uuid,
9595
error_handler=self.async_error_handler,
9696
retries=retries,
97-
log_batch_size=log_batch_size # ,
98-
# verify_ssl=verify_ssl
97+
log_batch_size=log_batch_size,
98+
verify_ssl=verify_ssl
9999
)
100100
if self.RP and hasattr(self.RP.rp_client, "get_project_settings"):
101101
self.project_settings = self.RP.rp_client.get_project_settings()

0 commit comments

Comments
 (0)