Skip to content

Commit

Permalink
polarion_client.rst: skip_cert_verification is verify_certificate (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlominatorTM authored Aug 17, 2023
1 parent 21b43bf commit 8fdf17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/polarion_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can skip certificate verification by passed an additional argument.

.. code:: python
pol = polarion.Polarion('http://example.com/polarion', 'user', 'password', skip_cert_verification=False)
pol = polarion.Polarion('http://example.com/polarion', 'user', 'password', verify_certificate=False)
SVN repository location
-----------------------
Expand Down

0 comments on commit 8fdf17e

Please sign in to comment.